ID Grabber

Grab ASIN/Product IDs from Amazon, Costco and Walmart

ID Grabber là gì?

ID Grabber là một tiện ích mở rộng Chrome được phát triển bởi xylude, và tính năng chính của nó là "Grab ASIN/Product IDs from Amazon, Costco and Walmart".

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

Tải xuống các tệp mở rộng ID Grabber 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

                        This extension will grab ASIN/Product IDs from Amazon, WalMart and Costco for use with various drop shipping services. It is lightweight, has low permissions and doesn't require any logins to third-party services.

If you find any issues with this extension, please submit an issue on the github for this project here:
https://github.com/xylude/id-grabber/issues                    

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

Tên ID Grabber ID Grabber
ID limdokdgfgcalepbjabnimcdiakbkjho
URL Chính Thức https://chromewebstore.google.com/detail/id-grabber/limdokdgfgcalepbjabnimcdiakbkjho
Mô tả Grab ASIN/Product IDs from Amazon, Costco and Walmart
Kích Thước Tệp 214 KB
Số Lần Cài Đặt 98
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2018-07-06
Ngày Phát Hành 2018-07-06
Nhà Phát Triển xylude
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ID Grabber",
    "version": "0.0.3",
    "description": "Grab ASIN\/Product IDs from Amazon, Costco and Walmart",
    "manifest_version": 2,
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}