MerchTools
Merch by Amazon Sellers Toolbox.
What is MerchTools?
MerchTools is a Chrome extension developed by MerchTools, and its main feature is "Merch by Amazon Sellers Toolbox.".
Extension Screenshots
Download MerchTools Extension CRX File
Download MerchTools 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
- Highlight and quick search keywords on Amazon.com. - Show the B.S.R., the upload date, the parent ASIN, and the main keywords(beta) on Amazon.com.
Extension Basic Information
Name | MerchTools |
ID | cmhaijgncfpbbhfnieobpbadekcpjpol |
Official URL | https://chromewebstore.google.com/detail/merchtools/cmhaijgncfpbbhfnieobpbadekcpjpol |
Description | Merch by Amazon Sellers Toolbox. |
File Size | 104 KB |
Installation Count | 8,138 |
Current Version | 1.4 |
Last Updated | 2021-03-03 |
Publish Date | 2020-05-23 |
Rating | 4.41/5 Total 46 Ratings |
Developer | MerchTools |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://policies.merchtools.com/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/js\/lib\/merchtools.js", "\/js\/background\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.amazon.com\/*" ], "run_at": "document_end", "js": [ "\/js\/lib\/jquery-3.3.1.js", "\/js\/content\/AZ_HUD_c.js" ] } ], "description": "Merch by Amazon Sellers Toolbox.", "icons": { "128": "\/img\/ico\/icon128.png", "16": "\/img\/ico\/icon16.png", "48": "\/img\/ico\/icon48.png" }, "manifest_version": 2, "name": "MerchTools", "permissions": [ "contextMenus" ], "version": "1.4", "web_accessible_resources": [ "\/img\/*" ] } |