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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Analytics Dashboard Extension

ดาวน์โหลดไฟล์ส่วนขยาย Analytics Dashboard Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The extension is to help quickly navigate to the analytics page from the Roblox game page for the Roblox game developer.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Analytics Dashboard Extension 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"
    }
}