Spigot Sales Graph

See your montly/total revenue in your premium spigot resources

Τι είναι το Spigot Sales Graph;

Το Spigot Sales Graph είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rodel77, και η κύρια λειτουργία του είναι "See your montly/total revenue in your premium spigot resources".

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

screenshot

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

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

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

                        Enter in your spigot premium resources click on Buyers and see your stats, graphs, total sales stats

+ Graphs/Stats of you premium resources
+ Stats of total earnings in spigot
+ Sale calculator to make more easier the sales

Spigot Resource: https://www.spigotmc.org/resources/37425/
GitHub: https://github.com/rodel77/SpigotSellsViewer-ChromeExtension/                    

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

Όνομα Spigot Sales Graph Spigot Sales Graph
ID ipcabmoaiebegllbfjbljlpcedjehiaj
Επίσημο URL https://chromewebstore.google.com/detail/spigot-sales-graph/ipcabmoaiebegllbfjbljlpcedjehiaj
Περιγραφή See your montly/total revenue in your premium spigot resources
Μέγεθος Αρχείου 136 KB
Αριθμός Εγκαταστάσεων 122
Τρέχουσα Έκδοση 1.7.1
Τελευταία Ενημέρωση 2020-12-24
Ημερομηνία Δημοσίευσης 2020-05-02
Αξιολόγηση 4.50/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής rodel77
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://spigot.rodeldev.xyz
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spigot Sales Graph",
    "description": "See your montly\/total revenue in your premium spigot resources",
    "version": "1.7.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/www.spigotmc.org\/*",
        "storage"
    ],
    "browser_action": {
        "default_popup": "source\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.spigotmc.org\/*\/buyers"
            ],
            "js": [
                "source\/libs\/highcharts.js",
                "source\/libs\/annotations.js",
                "source\/libs\/exporting.js",
                "source\/common\/helper.js",
                "source\/common\/money.js",
                "source\/resource\/buyers.js",
                "source\/resource\/dashboard.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.spigotmc.org\/*\/authors\/*"
            ],
            "js": [
                "source\/libs\/highcharts.js",
                "source\/libs\/exporting.js",
                "source\/common\/helper.js",
                "source\/common\/money.js",
                "source\/author\/author.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.spigotmc.org\/resources\/*\/edit*"
            ],
            "js": [
                "source\/common\/helper.js",
                "source\/resource\/edit\/sale_calculator.js"
            ]
        }
    ]
}