Amazon ASIN Viewer

Make visible all ASIN easily on any page of Amazon Site

Amazon ASIN Viewer là gì?

Amazon ASIN Viewer là một tiện ích mở rộng Chrome được phát triển bởi saaction, và tính năng chính của nó là "Make visible all ASIN easily on any page of Amazon Site".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        ASIN Viewer, the Amazon ASIN Viewer Tool allowing Amazon Sellers visible ASINS easily on any page

Features include:
• View ASINs on any Amazon Search result page
• View ASINs on Amazon Product Page
• Works on over 15 Amazon marketplaces .com .ca .co.uk .es .fr .de .it & many more
• View ASINs on any amazon page
• 100% FREE 
• FREE Lifetime Updates 
• FREE Support

Got Question? Reach us : https://saaction.in                    

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

Tên Amazon ASIN Viewer Amazon ASIN Viewer
ID ahhaaapepffpiajdgbaedofpbpfbncff
URL Chính Thức https://chromewebstore.google.com/detail/amazon-asin-viewer/ahhaaapepffpiajdgbaedofpbpfbncff
Mô tả Make visible all ASIN easily on any page of Amazon Site
Kích Thước Tệp 31.66 KB
Số Lần Cài Đặt 163
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2021-04-12
Ngày Phát Hành 2021-02-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển saaction
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://saaction.in/
URL Trang Trợ Giúp http://saaction.in/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon ASIN Viewer",
    "version": "0.2",
    "description": "Make visible all ASIN easily on any page of Amazon Site",
    "permissions": [
        "*:\/\/*.amazon.com\/*",
        "tabs",
        "activeTab",
        "storage"
    ],
    "options_page": ".\/popup.html",
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": ".\/popup.html",
        "default_title": "Amazon ASIN Options",
        "default_icon": {
            "16": ".\/images\/icon16.png",
            "32": ".\/images\/icon32.png",
            "48": ".\/images\/icon48.png",
            "128": ".\/images\/icon128.png"
        }
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "32": ".\/images\/icon32.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "manifest_version": 2
}