TipTop

Easily find the leading products of each category in Amazon

TipTop là gì?

TipTop là một tiện ích mở rộng Chrome được phát triển bởi ProfileWhiz, và tính năng chính của nó là "Easily find the leading products of each category in Amazon".

Ả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 TipTop

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

                        This extension makes Amazon shopping much easier by listing a product rank within the different categories and the top products within that category right where you need it.                    

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

Tên TipTop TipTop
ID figjcpfnefjodljlppbddicbeibdlmkj
URL Chính Thức https://chromewebstore.google.com/detail/tiptop/figjcpfnefjodljlppbddicbeibdlmkj
Mô tả Easily find the leading products of each category in Amazon
Kích Thước Tệp 22.88 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2022-03-24
Ngày Phát Hành 2022-03-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ProfileWhiz
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",
    "name": "TipTop",
    "description": "Easily find the leading products of each category in Amazon",
    "version": "0.0.3",
    "version_name": "0.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "permissions": [],
    "icons": {
        "128": "assets\/img\/tiptop-logo.jpeg"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}