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
公式URL 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
Eメール [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"
}