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文件
下載Publisher Dashboard for Unity3D擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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.                     擴展基本資訊
| 名稱 |   |  
| ID | ehdmigcaggmfjjoglomaceenckdkacpl | 
| 官方網址 | 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"
        ]
    }
}  |  |