Envastats

In-depth stats for your envato sales

Τι είναι το Envastats;

Το Envastats είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Display:inline, και η κύρια λειτουργία του είναι "In-depth stats for your envato sales".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Envastats

Λήψη αρχείων επέκτασης Envastats σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Envastats Envastats
ID bkaipliggfhnndndlohjnfcblckmabmk
Επίσημο URL https://chrome.google.com/webstore/detail/envastats/bkaipliggfhnndndlohjnfcblckmabmk
Περιγραφή In-depth stats for your envato sales
Μέγεθος Αρχείου 189 KB
Αριθμός Εγκαταστάσεων 289
Τρέχουσα Έκδοση 1.2.1
Τελευταία Ενημέρωση 2019-03-08
Ημερομηνία Δημοσίευσης 2019-03-08
Αξιολόγηση 4.35/5 Συνολικά 92 Αξιολογήσεις
Προγραμματιστής Display:inline
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.2.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"
    ]
}