Spigot Sales Graph

See your montly/total revenue in your premium spigot resources

Was ist Spigot Sales Graph?

Spigot Sales Graph ist eine Chrome-Erweiterung, die von rodel77 entwickelt wurde, und ihr Hauptmerkmal ist "See your montly/total revenue in your premium spigot resources".

Erweiterungsscreenshots

screenshot

Spigot Sales Graph-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spigot Sales Graph-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Spigot Sales Graph Spigot Sales Graph
ID ipcabmoaiebegllbfjbljlpcedjehiaj
Offizielle URL https://chromewebstore.google.com/detail/spigot-sales-graph/ipcabmoaiebegllbfjbljlpcedjehiaj
Beschreibung See your montly/total revenue in your premium spigot resources
Dateigröße 136 KB
Installationsanzahl 122
Aktuelle Version 1.7.1
Letztes Update 2020-12-24
Veröffentlichungsdatum 2020-05-02
Bewertung 4.50/5 Insgesamt 8 Bewertungen
Entwickler rodel77
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://spigot.rodeldev.xyz
Unterstützte Sprachen 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"
            ]
        }
    ]
}