ChromeKit
HomepagePricing
  • 👋Get Started
  • 💡What you get?
  • 🔬Chrome Extension Types
  • ☄️Examples
  • ⚡Extension directory
  • 🖌️Initialise
    • Content script
    • Content script Sidebar
    • Sidepanel
    • Popup
    • IFrame (Content script sidebar from web app)
    • IFrame (Content script sidebar from extension files)
  • 🔧Feature
    • Auth External Communication
    • Session auth
    • Supabase auth
    • Welcome page
    • Uninstall page
  • 🧩Component
    • Twitter
    • License
    • Floating Input
  • 📙Guidelines (Only for purchased users)
    • Message passing
    • Permissions
    • Chrome web store
    • Tips
  • ❓FAQ
    • How to get extension id?
    • Common
Powered by GitBook
On this page
  1. Feature

Uninstall page

PreviousWelcome pageNextTwitter

Last updated 10 months ago

Navigate users to the uinstall page when they uninstall your extension. You can have a feedback survey or show a thank you message.

Install

Before you add welcome-page, ensure you have the initial extension setup. If you have not done that first and then comeback here.

npx ChromeKit-Org/cli add uninstall-page

You will be prompted for the uninstall page url. This is the page to which users will be taken to when they uninstall your extension.

🔧
initialise