Spigot Sales Graph

See your montly/total revenue in your premium spigot resources

什麼是Spigot Sales Graph?

Spigot Sales Graph是由rodel77開發的Chrome擴展程式,該擴展的主要功能是“See your montly/total revenue in your premium spigot resources”。

擴展截圖

screenshot

下載Spigot Sales Graph擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}