TipTop

Easily find the leading products of each category in Amazon

什麼是TipTop?

TipTop是由ProfileWhiz開發的Chrome擴展程式,該擴展的主要功能是“Easily find the leading products of each category in Amazon”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載TipTop擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 TipTop TipTop
ID figjcpfnefjodljlppbddicbeibdlmkj
官方網址 https://chromewebstore.google.com/detail/tiptop/figjcpfnefjodljlppbddicbeibdlmkj
簡介 Easily find the leading products of each category in Amazon
檔案大小 22.88 KB
安裝次數 35
目前版本 0.0.3
更新時間 2022-03-24
上架時間 2022-03-23
評分 5.00/5 共 1 次評分
開發者 ProfileWhiz
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}