I UPC Finder

Finds product UPC in multiple retailers.

I UPC Finder là gì?

I UPC Finder là một tiện ích mở rộng Chrome được phát triển bởi extensionsoultool, và tính năng chính của nó là "Finds product UPC in multiple retailers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng I UPC Finder

Tải xuống các tệp mở rộng I UPC Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên I UPC Finder I UPC Finder
ID ahoflnncgampppfeeblfcjfipoakepjk
URL Chính Thức https://chrome.google.com/webstore/detail/i-upc-finder/ahoflnncgampppfeeblfcjfipoakepjk
Mô tả Finds product UPC in multiple retailers.
Kích Thước Tệp 1.06 MB
Số Lần Cài Đặt 283
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2022-03-02
Ngày Phát Hành 2021-10-19
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển extensionsoultool
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}