Scan Unlimited
Scan Unlimited
Scan Unlimited là gì?
Scan Unlimited là một tiện ích mở rộng Chrome được phát triển bởi https://scanunlimited.com, và tính năng chính của nó là "Scan Unlimited".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Scan Unlimited
Tải xuống các tệp mở rộng Scan Unlimited 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Scan Unlimited |
ID | pdmefbdbleblmnmilfliomakbfpahlje |
URL Chính Thức | https://chromewebstore.google.com/detail/scan-unlimited/pdmefbdbleblmnmilfliomakbfpahlje |
Mô tả | Scan Unlimited |
Kích Thước Tệp | 225 KB |
Số Lần Cài Đặt | 49,264 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2022-02-05 |
Ngày Phát Hành | 2020-06-06 |
Đánh Giá | 4.64/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | https://scanunlimited.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://scanunlimited.com |
URL Trang Trợ Giúp | https://scanunlimited.com |
URL Trang Chính Sách Bảo Mật | https://www.scanunlimited.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |