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 |
| 电子邮箱 | [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"
]
}
]
} | |