Publisher Dashboard for Unity3D

Access your Unity3D publisher information in a click.

Publisher Dashboard for Unity3D là gì?

Publisher Dashboard for Unity3D là một tiện ích mở rộng Chrome được phát triển bởi Mintonne, và tính năng chính của nó là "Access your Unity3D publisher information in a click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Publisher Dashboard for Unity3D

Tải xuống các tệp mở rộng Publisher Dashboard for Unity3D 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Publisher Dashboard for Unity3D Publisher Dashboard for Unity3D
ID ehdmigcaggmfjjoglomaceenckdkacpl
URL Chính Thức https://chromewebstore.google.com/detail/publisher-dashboard-for-u/ehdmigcaggmfjjoglomaceenckdkacpl
Mô tả Access your Unity3D publisher information in a click.
Kích Thước Tệp 380 KB
Số Lần Cài Đặt 320
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2021-09-06
Ngày Phát Hành 2020-06-09
Đánh Giá 5.00/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Mintonne
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Mintonne/Publisher-Extension-for-Unity3D
URL Trang Trợ Giúp https://github.com/Mintonne/Publisher-Extension-for-Unity3D/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}