Envastats Reloaded
In-depth stats for your envato sales (Updated by Webbu)
¿Qué es Envastats Reloaded?
Envastats Reloaded es una extensión de Chrome desarrollada por webbudesign, y su función principal es "In-depth stats for your envato sales (Updated by Webbu)".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Envastats Reloaded
Descarga archivos de extensión Envastats Reloaded en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
IMPORTANT: This extension is a fix for Envastats v1.2.1 - Now it working with new Envato Author Fee In-depth stats for your envato sales Envastats is an extension built to provide meaningful reports about sales on Envato's marketplaces. Main features: - Display sales and earnings for the last 30 days, 6 months or for all time - Display sales and earnings distributions by items (12 most populars), days of week and hours of the day - Display counters for number of sales, amount sold, earnings and referral cuts, for three different time ranges: all time, current month and current week. - Provides estimations for the end of the current week and month - Display progress circles for paws, author's rate and elite levels (once maximum rate is reached) - Provides intelligent currency conversion: each sale is converted at the rate of the day - where the corresponding earnings are sent to the author (the 15th of the n+1 month). - Actual rate is updated every 2 hours (requires a free Open Exchange Rate account app ID) - Automatic refresh each 15 minutes, also provides a button for manual refresh
Información Básica de la Extensión
Nombre | |
ID | olcdfmmogdfmgfbeddcdfaiggndoipib |
URL Oficial | https://chrome.google.com/webstore/detail/envastats-reloaded/olcdfmmogdfmgfbeddcdfaiggndoipib |
Descripción | In-depth stats for your envato sales (Updated by Webbu) |
Tamaño del Archivo | 189 KB |
Cantidad de Instalaciones | 51 |
Versión Actual | 1.1 |
Última Actualización | 2019-03-05 |
Fecha de Publicación | 2019-03-05 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | webbudesign |
Tipo de Pago | free |
Idiomas Soportados | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "version": "1.1", "manifest_version": 2, "description": "__MSG_extensionDesc__", "default_locale": "en", "icons": { "16": "img\/logo-16.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/activeden.net\/*", "*:\/\/audiojungle.net\/*", "*:\/\/themeforest.net\/*", "*:\/\/videohive.net\/*", "*:\/\/graphicriver.net\/*", "*:\/\/3docean.net\/*", "*:\/\/codecanyon.net\/*", "*:\/\/photodune.net\/*" ], "include_globs": [ "*:\/\/*\/statement" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery-1.7.2.min.js", "js\/raphael.js", "js\/elycharts.min.js", "js\/jquery.csv.js", "js\/tooltip.js", "js\/migrator.js", "js\/script.js" ] } ], "permissions": [ "http:\/\/activeden.net\/", "http:\/\/audiojungle.net\/", "http:\/\/themeforest.net\/", "http:\/\/videohive.net\/", "http:\/\/graphicriver.net\/", "http:\/\/3docean.net\/", "http:\/\/codecanyon.net\/", "http:\/\/photodune.net\/", "http:\/\/marketplace.envato.com\/" ], "web_accessible_resources": [ "img\/ajax-loader.gif", "img\/ajax-error.gif", "img\/settings.png" ] } |