Scan Unlimited
Scan Unlimited
Scan Unlimited क्या है?
Scan Unlimited https://scanunlimited.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scan Unlimited"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Scan Unlimited एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } } |