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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |