Scan Unlimited
Scan Unlimited
什么是Scan Unlimited?
Scan Unlimited是由https://scanunlimited.com开发的Chrome扩展程序,该扩展的主要功能是“Scan Unlimited”。
扩展截图
下载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 |
ID | pdmefbdbleblmnmilfliomakbfpahlje |
官方URL | 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\/*" ] } } |