Marketplaces Monitor
This extension adds Envato markets analytics tool to your browser.
Was ist Marketplaces Monitor?
Marketplaces Monitor ist eine Chrome-Erweiterung, die von https://marketplaces-monitor.createit.pl entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds Envato markets analytics tool to your browser.".
Erweiterungsscreenshots
Marketplaces Monitor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Marketplaces Monitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Marketplaces Monitor |
ID | chfhaijddmlpcecjlkeecpapafkbecfe |
Offizielle URL | https://chromewebstore.google.com/detail/marketplaces-monitor/chfhaijddmlpcecjlkeecpapafkbecfe |
Beschreibung | This extension adds Envato markets analytics tool to your browser. |
Dateigröße | 49.68 KB |
Installationsanzahl | 23 |
Aktuelle Version | 1 |
Letztes Update | 2013-04-25 |
Veröffentlichungsdatum | 2013-04-25 |
Bewertung | 3.83/5 Insgesamt 6 Bewertungen |
Entwickler | https://marketplaces-monitor.createit.pl |
Zahlungsart | free |
Hilfeseite URL | http://marketplaces-monitor.createit.pl/faq |
Unterstützte Sprachen | 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" } |