ASIN Fetcher

Validate and fetch amazon product pages by ASIN code

ASIN Fetcher là gì?

ASIN Fetcher là một tiện ích mở rộng Chrome được phát triển bởi gopityro, và tính năng chính của nó là "Validate and fetch amazon product pages by ASIN code".

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

screenshot
screenshot

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

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

                        *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.                    

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

Tên ASIN Fetcher ASIN Fetcher
ID gghbpobllgpdhiijbnnnhciidcijgpad
URL Chính Thức https://chromewebstore.google.com/detail/asin-fetcher/gghbpobllgpdhiijbnnnhciidcijgpad
Mô tả Validate and fetch amazon product pages by ASIN code
Kích Thước Tệp 139 KB
Số Lần Cài Đặt 411
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-09-05
Ngày Phát Hành 2019-03-25
Đánh Giá 3.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển gopityro
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",
    "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"
}