ASIN Fetcher

Validate and fetch amazon product pages by ASIN code

什麼是ASIN Fetcher?

ASIN Fetcher是由gopityro開發的Chrome擴展程式,該擴展的主要功能是“Validate and fetch amazon product pages by ASIN code”。

擴展截圖

screenshot
screenshot

下載ASIN Fetcher擴展crx文件

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

擴展使用說明

                        *Check and validate amazon product pages by enter ASIN code.
*Supported 14 different countries amazon websites
*Use your setting to change the behavior of extension
*Select a text on any website and Right Click search on amazon website 
Please, write your specific requirement to make this extension more useful.                    

擴展基本資訊

名稱 ASIN Fetcher ASIN Fetcher
ID gghbpobllgpdhiijbnnnhciidcijgpad
官方網址 https://chromewebstore.google.com/detail/asin-fetcher/gghbpobllgpdhiijbnnnhciidcijgpad
簡介 Validate and fetch amazon product pages by ASIN code
檔案大小 139 KB
安裝次數 411
目前版本 1.0.3
更新時間 2023-09-05
上架時間 2019-03-25
評分 3.25/5 共 4 次評分
開發者 gopityro
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Gopi Tyro",
    "browser_action": {
        "default_icon": "img\/icon-16.png",
        "default_popup": "popup.html"
    },
    "short_name": "Amazon asin checker",
    "description": "Validate and fetch amazon product pages by ASIN code",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "name": "ASIN Fetcher",
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "contextMenus"
    ],
    "version": "1.0.3"
}