TrackMyOrders.com Amazon IP Catcher
TrackMyOrders Extension
What is TrackMyOrders.com Amazon IP Catcher?
TrackMyOrders.com Amazon IP Catcher is a Chrome extension developed by https://trackmyorders.com, and its main feature is "TrackMyOrders Extension".
Extension Screenshots
Download TrackMyOrders.com Amazon IP Catcher Extension CRX File
Download TrackMyOrders.com Amazon IP Catcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Amazon IP Check Software and Chrome Extension by TrackMyOrders for Amazon sellers that help to prevent your Amazon suspension, Amazon reinstates, and intellectual property rights. Protect you with Amazon.com IP Alert on 100+ million of Listings! TrackMyOrders.com Google Chrome Extension allows TrackMyOrders.com subscribers to check products on Amazon.com for Brand IP Risk Claim on Amazon.com. Our Brand Risk scoring model is updating continuously to help your clients avoid IP Claims from Amazon or other brands. Also the extension allows to: - see estimated number of sales - Can you sell this ASIN on Amazon or not.
Extension Basic Information
Name | TrackMyOrders.com Amazon IP Catcher |
ID | ifgcgbjbcfnomakgdmjccioieaejllgn |
Official URL | https://chromewebstore.google.com/detail/trackmyorderscom-amazon-i/ifgcgbjbcfnomakgdmjccioieaejllgn |
Description | TrackMyOrders Extension |
File Size | 762 KB |
Installation Count | 1,187 |
Current Version | 0.9.6.5 |
Last Updated | 2023-10-06 |
Publish Date | 2020-05-05 |
Rating | 4.43/5 Total 7 Ratings |
Developer | https://trackmyorders.com |
[email protected] | |
Payment Type | in_app |
Extension Website | https://trackmyorders.com/amazonipclaimcatcher |
Help Page URL | https://trackmyorders.com |
Privacy Policy Page URL | https://trackmyorders.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "src\/libs\/js\/jquery\/jquery.min.js", "src\/bg\/background.js" ] }, "browser_action": { "default_icon": "icons\/i19.png", "default_popup": "src\/browser_action\/browser_action.html", "default_title": "TMO Amazon IP Catcher" }, "content_security_policy": "script-src 'self' https:\/\/app.trackmyorders.com; object-src 'self'", "content_scripts": [ { "css": [ "src\/inject\/css\/styles.css" ], "js": [ "src\/libs\/js\/jquery\/jquery.min.js", "src\/inject\/AmazonIntegration.js" ], "matches": [ "*:\/\/*.trackmyorders.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ca\/*" ], "run_at": "document_end" }, { "css": [ "src\/libs\/font-awesome\/css\/font-awesome.min.css" ], "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ca\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "TrackMyOrders Extension", "homepage_url": "https:\/\/app.trackmyorders.com", "icons": { "128": "icons\/i128.png", "16": "icons\/i16.png", "48": "icons\/i48.png", "19": "icons\/i19.png" }, "manifest_version": 2, "name": "TrackMyOrders.com Amazon IP Catcher", "short_name": "TMO Amazon IP Catcher", "permissions": [ "*:\/\/*.trackmyorders.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ca\/*", "storage" ], "version": "0.9.6.5", "web_accessible_resources": [ "src\/libs\/*", "src\/libs\/font-awesome\/*" ] } |