Scan Unlimited

Scan Unlimited

什麼是Scan Unlimited?

Scan Unlimited是由https://scanunlimited.com開發的Chrome擴展程式,該擴展的主要功能是“Scan Unlimited”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Scan Unlimited擴展crx文件

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

擴展使用說明

                        Official chrome extension from Scan Unlimited, Inc. The extension alerts you if a brand is known for filing IP complaints. When opening an Amazon product detail page, a warning symbol will appear there is an IP alert. Protect your seller account with the Scan Unlimited chrome extension!

We currently support Amazon marketplaces in the United States, Canada, Mexico, United Kingdom, France, Germany, Italy, Spain, Brazil, Australia, Japan, China, India, and the Netherlands

Our data is crowd sourced and updated regularly to improve accuracy. You can report brands that you received an IP complaint from by submitting proof of the IP complaint. The team will update the database accordingly.

A Scan Unlimited account is required.                    

擴展基本資訊

名稱 Scan Unlimited Scan Unlimited
ID pdmefbdbleblmnmilfliomakbfpahlje
官方網址 https://chromewebstore.google.com/detail/scan-unlimited/pdmefbdbleblmnmilfliomakbfpahlje
簡介 Scan Unlimited
檔案大小 225 KB
安裝次數 49,264
目前版本 1.3.1
更新時間 2022-02-05
上架時間 2020-06-06
評分 4.64/5 共 14 次評分
開發者 https://scanunlimited.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://scanunlimited.com
說明頁面URL https://scanunlimited.com
隱私政策頁面URL https://www.scanunlimited.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scan Unlimited",
    "description": "Scan Unlimited",
    "version": "1.3.1",
    "browser_action": {
        "default_icon": "favicon.ico",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "fav16.png",
        "48": "fav48.png",
        "128": "fav128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "warning.webp",
        "spinner.gif",
        "help_outline-24px.svg"
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.scanunlimited.com\/*",
            "http:\/\/localhost:4200\/*"
        ]
    }
}