Spigot Sales Graph

See your montly/total revenue in your premium spigot resources

Spigot Sales Graph क्या है?

Spigot Sales Graph rodel77 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See your montly/total revenue in your premium spigot resources"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spigot Sales Graph एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}