Marketplaces Monitor
This extension adds Envato markets analytics tool to your browser.
Qu'est-ce que Marketplaces Monitor ?
Marketplaces Monitor est une extension Chrome développée par https://marketplaces-monitor.createit.pl, et sa fonction principale est "This extension adds Envato markets analytics tool to your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Marketplaces Monitor
Téléchargez les fichiers d'extension Marketplaces Monitor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Marketplaces Monitor |
ID | chfhaijddmlpcecjlkeecpapafkbecfe |
URL Officiel | https://chromewebstore.google.com/detail/marketplaces-monitor/chfhaijddmlpcecjlkeecpapafkbecfe |
Description | This extension adds Envato markets analytics tool to your browser. |
Taille du Fichier | 49.68 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2013-04-25 |
Date de Publication | 2013-04-25 |
Évaluation | 3.83/5 Total 6 Évaluations |
Développeur | https://marketplaces-monitor.createit.pl |
Type de Paiement | free |
URL de la Page d'Aide | http://marketplaces-monitor.createit.pl/faq |
Langues Prises en Charge | 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" } |