Spigot Sales Graph
See your montly/total revenue in your premium spigot resources
Spigot Sales Graph là gì?
Spigot Sales Graph là một tiện ích mở rộng Chrome được phát triển bởi rodel77, và tính năng chính của nó là "See your montly/total revenue in your premium spigot resources".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Spigot Sales Graph
Tải xuống các tệp mở rộng Spigot Sales Graph dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spigot Sales Graph |
ID | ipcabmoaiebegllbfjbljlpcedjehiaj |
URL Chính Thức | https://chromewebstore.google.com/detail/spigot-sales-graph/ipcabmoaiebegllbfjbljlpcedjehiaj |
Mô tả | See your montly/total revenue in your premium spigot resources |
Kích Thước Tệp | 136 KB |
Số Lần Cài Đặt | 122 |
Phiên Bản Hiện Tại | 1.7.1 |
Cập Nhật Lần Cuối | 2020-12-24 |
Ngày Phát Hành | 2020-05-02 |
Đánh Giá | 4.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | rodel77 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://spigot.rodeldev.xyz |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |