Spigot Sales Graph
See your montly/total revenue in your premium spigot resources
Spigot Sales Graphคืออะไร?
Spigot Sales Graph เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rodel77 และคุณลักษณะหลักของมันคือ "See your montly/total revenue in your premium spigot resources"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spigot Sales Graph
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |