Back to Top

How to install the unpacked extension in Chrome

Updated 26 December 2025

Sometimes, a Chrome extension isn’t available in the Chrome Web Store, but you have the unpacked extension. In such cases, you need to install it manually. Follow the steps below to install it.

  1. Open Chrome Settings from the three dots in the top-right corner and select Manage Extensions, or type chrome://extensions/ in the address bar.
manage-extension

2. Enable Developer Mode using the toggle at the top-right of the page.

extension

3. Click Load Unpacked and select the unzipped extension folder.

load-unpacked

4. Navigate to the location on your system where the unpacked extension folder is located and open it.

extension-directory

Note: Select the folder that contains the manifest file. In the screenshot, the odoo_aliexpress_chrome_extension folder is selected because it contains the manifest.json

Start your headless eCommerce
now.
Find out More

5. You can now see that the extension is installed in Chrome.

extension-installed

Sample Manifest File for extension :

{
  "name": "Sample Extension",
  "description": "It is used to describe manifest file",
  "version": "1.0",
  "manifest_version": 3,

  "content_scripts": [
    {
      "matches": ["*://*.webkul.com/*"],
      "js": ["resources/js/content.js"],
      "css": ["resources/style/style.css"],
      "all_frames": false
    }
  ],

  "permissions": ["activeTab"],

  "icons": {
    "128": "resources/image/icon.png"
  },

  "action": {
    "default_title": "Sample application",
    "default_icon": "resources/image/icon.png"
  },

  "web_accessible_resources": [
    {
      "resources": ["resources/image/*.png"],
      "matches": ["<all_urls>"]
    }
  ]
}

NEED HELP?

Hope you find the guide helpful! Please feel free to share your feedback in the comments below.

If you still have any issues/queries regarding the same, please raise a ticket at the UV Desk.

For any doubt, contact us at our support mail.

Thanks for paying attention!!

Current Product Version - Odoo 19, Odoo 18

. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


50 comments

  • piotr
  • Prashant
    • Arjun Singh (Moderator)
  • Tyler
    • Arjun Singh (Moderator)
  • Dan
    • Arjun Singh (Moderator)
  • sup
    • Arjun Singh (Moderator)
  • Magnus
    • Arjun Singh (Moderator)
  • Luke
    • Arjun Singh (Moderator)
  • Dinand
    • Arjun Singh (Moderator)
  • ben
    • Arjun Singh (Moderator)
      • krunkskid
      • ZAK
  • NO U
    • Arjun Singh (Moderator)
  • NO U
  • NO U
  • Bob
  • the krunker syle
  • Dean
  • .
    • Arjun Singh (Moderator)
  • mimi
  • Sam Meindertsma
    • Arjun Singh (Moderator)
      • Sam Meindertsma
  • Sam M
  • Usr
    • Arjun Singh (Moderator)
  • Usr
  • aidan
    • tysen
  • Jonathan araujo
    • Arjun Singh (Moderator)
  • qwerty
    • Arjun Singh (Moderator)
  • Lennert
    • Arjun Singh (Moderator)
  • qwerty
    • qwerty
      • Arjun Singh (Moderator)
        • xxs
        • Seth
  • Jacob
  • Back to Top

    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home