My UPC Finder - Basics

Finds UPC of a product for multiple retailers online, & displays important information about the product for resellers.

My UPC Finder - Basicsคืออะไร?

My UPC Finder - Basics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://myupcfinder.com และคุณลักษณะหลักของมันคือ "Finds UPC of a product for multiple retailers online, & displays important information about the product for resellers."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My UPC Finder - Basics

ดาวน์โหลดไฟล์ส่วนขยาย My UPC Finder - Basics ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        UPC Finder is an extension to make any resellers' product research time more valuable.  Locate multiple UPC's within seconds, copy to your clipboard and view the last 15 copied UPC's in your history so you can easily go back if you need to.  This extension can also integrate with your Keepa subscription making researching products online even that more efficient.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ My UPC Finder - Basics My UPC Finder - Basics
ID pgojhmlolgdcepdhcpfkolbajfdjcali
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-upc-finder-basics/pgojhmlolgdcepdhcpfkolbajfdjcali
คำอธิบาย Finds UPC of a product for multiple retailers online, & displays important information about the product for resellers.
ขนาดไฟล์ 2.31 MB
จำนวนการติดตั้ง 2,278
เวอร์ชันปัจจุบัน 3.9.2
อัปเดตครั้งล่าสุด 2023-10-04
วันที่เผยแพร่ 2020-08-05
คะแนน 3.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://myupcfinder.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้าช่วยเหลือ https://myupcfinder.com/support.html
URL หน้านโยบายความเป็นส่วนตัว https://myupcfinder.com/privacy-policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzgJVrR3wpZDw1I5hgaPPHykB3jK2HzlJxwYfTg8yfrlO35Kk9hm7xz\/p0uOC2sqyoc7b43mkxCnC97qFQOrMUqsfxb1cdBTltY7VRL6BnGr1dCxGga0CiSDF9IhiTcwW7Ty43YS+5Tcm3Lu6b+aEpVqRDzrcQO0n2KNi6DI2rXk278AmI\/RfkmSWMSreCd74MzwdwQSVU3VcKgfYMvlkyNf5Iu6YX\/\/rf4TibVFBb+k9GmxbyKyPGQJx1l0CUvA\/+kBQyzbHVEN28l6iEiqltLwivijg0XmJatby\/J\/OTkGK4rQyR408oyPlUFruETmlu\/VTM+GEo7ZbikcJ5Rl14QIDAQAB",
    "name": "My UPC Finder - Basics",
    "short_name": "myupcfind_basic",
    "version": "3.9.2",
    "icons": {
        "16": "icons\/logo_16x16.png",
        "48": "icons\/logo_48x48.png",
        "128": "icons\/logo_128x128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "871149994953-s3s4bndnceqiomau3rgqrog9fcflcl5t.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "description": "Finds UPC of a product for multiple retailers online, & displays important information about the product for resellers.",
    "action": {
        "default_icon": "icons\/logo_48x48.png",
        "default_popup": "popup.html",
        "default_title": "upc_finder"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/content.js",
                "\/js\/gatherUpc.js",
                "\/js\/config.js",
                "\/js\/approved_retailers.js",
                "\/js\/kohlsCalc.js",
                "\/js\/keepaApiRequest.js",
                "\/js\/moment.js",
                "\/js\/Chart.js",
                "\/js\/keepaGrades.js"
            ]
        }
    ]
}