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」です。
拡張機能のスクリーンショット
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/                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
            ]
        }
    ]
}  |  |