Publisher Dashboard for Unity3D
Access your Unity3D publisher information in a click.
Publisher Dashboard for Unity3D क्या है?
Publisher Dashboard for Unity3D Mintonne द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access your Unity3D publisher information in a click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Publisher Dashboard for Unity3D एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } } |