Spigot Sales Graph

See your montly/total revenue in your premium spigot resources

Cos'è Spigot Sales Graph?

Spigot Sales Graph è un'estensione di Chrome sviluppata da rodel77, e la sua funzione principale è "See your montly/total revenue in your premium spigot resources".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Spigot Sales Graph

Scarica i file di estensione Spigot Sales Graph in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Spigot Sales Graph Spigot Sales Graph
ID ipcabmoaiebegllbfjbljlpcedjehiaj
URL Ufficiale https://chromewebstore.google.com/detail/spigot-sales-graph/ipcabmoaiebegllbfjbljlpcedjehiaj
Descrizione See your montly/total revenue in your premium spigot resources
Dimensione del File 136 KB
Conteggio Installazioni 122
Versione Corrente 1.7.1
Ultimo Aggiornamento 2020-12-24
Data di Pubblicazione 2020-05-02
Valutazione 4.50/5 Totale 8 Valutazioni
Sviluppatore rodel77
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://spigot.rodeldev.xyz
Lingue Supportate 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"
            ]
        }
    ]
}