WebExtension.net
Toggle dark mode
WebExtension.net

ASIN Finder for Amazon™

View on Chrome Web Store
View ASIN Finder for Amazon™ Chrome Extension on Chrome Web Store
Add to bookmarks
3.0 (2 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

ASIN Finder chrome extension finds and displays codes for all Amazon™ products with a single click.
Type
Extension
Users
264 users
1
Website ecombullet.com
Ecom Bullet
View author page of Ecom Bullet
Published
Published on October 15, 2023
Version 1.2.0
Manifest version
3
Updated
Updated on April 11, 2024
lifestyle/shopping
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ASIN Finder for Amazon™ Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ASIN Finder for Amazon\u2122 ",
    "version": "1.2.0",
    "description": "ASIN Finder chrome extension finds and displays codes for all Amazon\u2122 products with a single click. ",
    "icons": {
        "16": "Icon 16.png",
        "32": "Icon 32.png",
        "48": "Icon 48.png",
        "64": "Icon 64.png",
        "128": "Icon 128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "ASIN Finder for Amazon\u2122",
        "popup": "popup_table.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top