ID Grabber

Grab ASIN/Product IDs from Amazon, Costco and Walmart

什麼是ID Grabber?

ID Grabber是由xylude開發的Chrome擴展程式,該擴展的主要功能是“Grab ASIN/Product IDs from Amazon, Costco and Walmart”。

下載ID Grabber擴展crx文件

下載ID Grabber擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 ID Grabber ID Grabber
ID limdokdgfgcalepbjabnimcdiakbkjho
官方網址 https://chromewebstore.google.com/detail/id-grabber/limdokdgfgcalepbjabnimcdiakbkjho
簡介 Grab ASIN/Product IDs from Amazon, Costco and Walmart
檔案大小 214 KB
安裝次數 98
目前版本 0.0.3
更新時間 2018-07-06
上架時間 2018-07-06
開發者 xylude
付費類型 free
支援的語言 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"
    }
}