Publisher Dashboard for Unity3D
Access your Unity3D publisher information in a click.
Publisher Dashboard for Unity3D란 무엇입니까?
Publisher Dashboard for Unity3D은(는) Mintonne에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access your Unity3D publisher information in a click."입니다.
확장 프로그램 스크린샷
Publisher Dashboard for Unity3D 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Skip the tedious process and access all your publisher information right from your browser's toolbar. Features ● Intuitive UI. ● One-click setup. Easy to use. ● Sales, refunds and charge-backs notifications. ● Access all your sales information. ● Track your revenue and commissions. Notification icons provided by icons8.
확장 프로그램 기본 정보
이름 | Publisher Dashboard for Unity3D |
ID | ehdmigcaggmfjjoglomaceenckdkacpl |
공식 URL | https://chromewebstore.google.com/detail/publisher-dashboard-for-u/ehdmigcaggmfjjoglomaceenckdkacpl |
설명 | Access your Unity3D publisher information in a click. |
파일 크기 | 380 KB |
설치 횟수 | 320 |
현재 버전 | 1.2.4 |
최근 업데이트 | 2021-09-06 |
출시 날짜 | 2020-06-09 |
평점 | 5.00/5 총 13 개의 평점 |
개발자 | Mintonne |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Mintonne/Publisher-Extension-for-Unity3D |
도움말 페이지 URL | https://github.com/Mintonne/Publisher-Extension-for-Unity3D/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Publisher Dashboard for Unity3D", "short_name": "Publisher Dashboard", "version": "1.2.4", "description": "Access your Unity3D publisher information in a click.", "homepage_url": "https:\/\/github.com\/Mintonne\/Publisher-Extension-for-Unity3D", "author": "Mintonne", "manifest_version": 2, "icons": { "16": "images\/icons\/icon16.png", "32": "images\/icons\/icon32.png", "36": "images\/icons\/icon36.png", "48": "images\/icons\/icon48.png", "60": "images\/icons\/icon60.png", "72": "images\/icons\/icon72.png", "96": "images\/icons\/icon96.png", "128": "images\/icons\/icon128.png" }, "permissions": [ "https:\/\/publisher.assetstore.unity3d.com\/", "notifications", "cookies", "contextMenus" ], "browser_action": { "default_popup": "index.html", "default_icon": { "16": "images\/icons\/icon16.png", "32": "images\/icons\/icon32.png" } }, "content_security_policy": "connect-src https:\/\/publisher.assetstore.unity3d.com; default-src 'none'; img-src 'self' data:; script-src 'self'; style-src 'self' 'unsafe-inline'", "background": { "scripts": [ "vendor\/x2js\/x2js.min.js", "js\/background.js" ] } } |