Scan Unlimited
Scan Unlimited
Scan Unlimited란 무엇입니까?
Scan Unlimited은(는) https://scanunlimited.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scan Unlimited"입니다.
확장 프로그램 스크린샷
Scan Unlimited 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } } |