I UPC Finder

Finds product UPC in multiple retailers.

ما هو I UPC Finder؟

I UPC Finder هو إضافة Chrome تم تطويرها بواسطة extensionsoultool، والميزة الرئيسية لها هي "Finds product UPC in multiple retailers.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة I UPC Finder

قم بتنزيل ملفات الامتداد I UPC Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'"
}