I UPC Finder

Finds product UPC in multiple retailers.

What is I UPC Finder?

I UPC Finder is a Chrome extension developed by extensionsoultool, and its main feature is "Finds product UPC in multiple retailers.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download I UPC Finder Extension CRX File

Download I UPC Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Finds UPC of a product for multiple retailers online. Currently supports Target, Walmart, and more support is in development. 

I UPC Finder is an extension to make any resellers' product research time more valuable. 

If you have any good suggestions, please contact us.                    

Extension Basic Information

Name I UPC Finder I UPC Finder
ID ahoflnncgampppfeeblfcjfipoakepjk
Official URL https://chrome.google.com/webstore/detail/i-upc-finder/ahoflnncgampppfeeblfcjfipoakepjk
Description Finds product UPC in multiple retailers.
File Size 1.06 MB
Installation Count 283
Current Version 0.2.0
Last Updated 2022-03-02
Publish Date 2021-10-19
Rating 5.00/5 Total 3 Ratings
Developer extensionsoultool
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "I UPC Finder",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/i-upc-finder\/ahoflnncgampppfeeblfcjfipoakepjk",
    "description": "Finds product UPC in multiple retailers.",
    "default_locale": "en",
    "permissions": [
        "",
        "tabs"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.2.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}