Analytics Dashboard Extension
open the analytics dashboard from the roblox game/avatar page
ما هو Analytics Dashboard Extension؟
Analytics Dashboard Extension هو إضافة Chrome تم تطويرها بواسطة caohaowen، والميزة الرئيسية لها هي "open the analytics dashboard from the roblox game/avatar page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Analytics Dashboard Extension
قم بتنزيل ملفات الامتداد Analytics Dashboard Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension is to help quickly navigate to the analytics page from the Roblox game page for the Roblox game developer.
معلومات أساسية عن التمديد
الاسم | Analytics Dashboard Extension |
ID | nmikgnelnemgjmlbhffcpfdjeepnnmad |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/analytics-dashboard-exten/nmikgnelnemgjmlbhffcpfdjeepnnmad |
الوصف | open the analytics dashboard from the roblox game/avatar page |
حجم الملف | 45.78 KB |
عدد التثبيتات | 155 |
النسخة الحالية | 1.2 |
آخر تحديث | 2023-09-23 |
تاريخ النشر | 2023-01-04 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | caohaowen |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Analytics Dashboard Extension", "description": "open the analytics dashboard from the roblox game\/avatar page", "version": "1.2", "manifest_version": 3, "permissions": [ "tabs" ], "host_permissions": [ "*:\/\/*.roblox.com\/" ], "action": { "default_icon": "icon.png" }, "background": { "service_worker": "background.js" } } |