Google Analytics Dashboard
Chome Extension to view Google Analytics as a Dashboard
Google Analytics Dashboardคืออะไร?
Google Analytics Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย morgen32 และคุณลักษณะหลักของมันคือ "Chome Extension to view Google Analytics as a Dashboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Analytics Dashboard
ดาวน์โหลดไฟล์ส่วนขยาย Google Analytics Dashboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will show your google analytics dashboard as a real standalone dashboard in a black theme.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | immllndknpmnnllfclccdekjfeflohoc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/google-analytics-dashboar/immllndknpmnnllfclccdekjfeflohoc |
คำอธิบาย | Chome Extension to view Google Analytics as a Dashboard |
ขนาดไฟล์ | 104 KB |
จำนวนการติดตั้ง | 333 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2016-07-26 |
วันที่เผยแพร่ | 2016-07-26 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | morgen32 |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/nicohabets/google-analytics-dashboard |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Analytics Dashboard", "version": "1.0.2", "manifest_version": 2, "description": "Chome Extension to view Google Analytics as a Dashboard", "homepage_url": "https:\/\/github.com\/nicohabets\/google-analytics-dashboard", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "Google Analytics Theme" }, "permissions": [ "contentSettings", "https:\/\/analytics.google.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/analytics.google.com\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |