Triplemars Explorer
Triplemars Explorer!
What is Triplemars Explorer?
Triplemars Explorer is a Chrome extension developed by support, and its main feature is "Triplemars Explorer!".
Extension Screenshots
Download Triplemars Explorer Extension CRX File
Download Triplemars Explorer 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
Triplemars explorer is an extension that can gather ASINs from Amazon pages for market research. Once you've gathered the ASINs, you can paste them into Triplemars or export them to a CSV file.
Extension Basic Information
Name | Triplemars Explorer |
ID | khdeljcpcgncnbnbbcelkpnefjnilmdm |
Official URL | https://chromewebstore.google.com/detail/triplemars-explorer/khdeljcpcgncnbnbbcelkpnefjnilmdm |
Description | Triplemars Explorer! |
File Size | 740 KB |
Installation Count | 524 |
Current Version | 1.5 |
Last Updated | 2020-06-10 |
Publish Date | 2020-06-10 |
Rating | 5.00/5 Total 6 Ratings |
Developer | support |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Triplemars Explorer", "version": "1.5", "description": "Triplemars Explorer!", "permissions": [ "declarativeContent", "storage", "https:\/\/console.triplemars.com\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.walmart.com\/*", "https:\/\/*.aliexpress.com\/*" ], "background": { "scripts": [ "background.js", "event_script.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/console.triplemars.com\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.walmart.com\/*", "https:\/\/*.aliexpress.com\/*" ], "js": [ "content.js" ] } ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "commands": { "GetItems": { "suggested_key": { "default": "Alt+1" }, "description": "Get Items" }, "PasteItems": { "suggested_key": { "default": "Alt+2" }, "description": "Paste Items" } }, "manifest_version": 2 } |