Marketplaces Monitor
This extension adds Envato markets analytics tool to your browser.
What is Marketplaces Monitor?
Marketplaces Monitor is a Chrome extension developed by https://marketplaces-monitor.createit.pl, and its main feature is "This extension adds Envato markets analytics tool to your browser.".
Extension Screenshots
Download Marketplaces Monitor Extension CRX File
Download Marketplaces Monitor 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
Analytics tool for Envato Markets - ThemeForest and CodeCanyon. Thanks to this addon, you'll be able to track sales, comments and rating of any item. Click on "details" button will bring you to sophisticated analytics tool, which includes turnover, profits and detailed logs data of both item and seller. To use this tool, simply install it and navigate to any item on ThemeForest or CodeCanyon. Then click on "Marketplaces Monitor" tab next to "item details" while being on item page.
Extension Basic Information
Name | Marketplaces Monitor |
ID | chfhaijddmlpcecjlkeecpapafkbecfe |
Official URL | https://chromewebstore.google.com/detail/marketplaces-monitor/chfhaijddmlpcecjlkeecpapafkbecfe |
Description | This extension adds Envato markets analytics tool to your browser. |
File Size | 49.68 KB |
Installation Count | 23 |
Current Version | 1 |
Last Updated | 2013-04-25 |
Publish Date | 2013-04-25 |
Rating | 3.83/5 Total 6 Ratings |
Developer | https://marketplaces-monitor.createit.pl |
Payment Type | free |
Help Page URL | http://marketplaces-monitor.createit.pl/faq |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This extension adds Envato markets analytics tool to your browser.", "name": "Marketplaces Monitor", "icons": { "48": "icon48.png", "128": "icon128.png", "16": "icon16.png" }, "content_scripts": [ { "matches": [ "http:\/\/themeforest.net\/item\/*", "http:\/\/codecanyon.net\/item\/*", "http:\/\/graphicriver.net\/item\/*", "http:\/\/activeden.net\/item\/*", "http:\/\/audiojungle.net\/item\/*", "http:\/\/videohive.net\/item\/*", "http:\/\/3docean.net\/item\/*", "http:\/\/photodune.net\/item\/*", "http:\/\/marketplaces-monitor.createit.pl\/*" ], "js": [ "jquery.js", "monitor.js" ] } ], "manifest_version": 2, "version": "1" } |