I UPC Finder

Finds product UPC in multiple retailers.

I UPC Finder क्या है?

I UPC Finder extensionsoultool द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finds product UPC in multiple retailers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में I UPC Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम I UPC Finder I UPC Finder
ID ahoflnncgampppfeeblfcjfipoakepjk
आधिकारिक URL https://chrome.google.com/webstore/detail/i-upc-finder/ahoflnncgampppfeeblfcjfipoakepjk
विवरण Finds product UPC in multiple retailers.
फ़ाइल का आकार 1.06 MB
स्थापना संख्या 283
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2022-03-02
प्रकाशन तिथि 2021-10-19
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर extensionsoultool
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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'"
}