I UPC Finder

Finds product UPC in multiple retailers.

Apa itu I UPC Finder?

I UPC Finder adalah ekstensi Chrome yang dikembangkan oleh extensionsoultool, dan fitur utamanya adalah "Finds product UPC in multiple retailers.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi I UPC Finder

Unduh file ekstensi I UPC Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama I UPC Finder I UPC Finder
ID ahoflnncgampppfeeblfcjfipoakepjk
URL Resmi https://chrome.google.com/webstore/detail/i-upc-finder/ahoflnncgampppfeeblfcjfipoakepjk
Deskripsi Finds product UPC in multiple retailers.
Ukuran File 1.06 MB
Jumlah Instalasi 283
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2022-03-02
Tanggal Publikasi 2021-10-19
Penilaian 5.00/5 Total 3 Penilaian
Pengembang extensionsoultool
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}