Google Analytics Dashboard
Chome Extension to view Google Analytics as a Dashboard
Google Analytics Dashboard là gì?
Google Analytics Dashboard là một tiện ích mở rộng Chrome được phát triển bởi morgen32, và tính năng chính của nó là "Chome Extension to view Google Analytics as a Dashboard".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Analytics Dashboard
Tải xuống các tệp mở rộng Google Analytics Dashboard 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
This extension will show your google analytics dashboard as a real standalone dashboard in a black theme.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | immllndknpmnnllfclccdekjfeflohoc |
URL Chính Thức | https://chrome.google.com/webstore/detail/google-analytics-dashboar/immllndknpmnnllfclccdekjfeflohoc |
Mô tả | Chome Extension to view Google Analytics as a Dashboard |
Kích Thước Tệp | 104 KB |
Số Lần Cài Đặt | 333 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2016-07-26 |
Ngày Phát Hành | 2016-07-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | morgen32 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/nicohabets/google-analytics-dashboard |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |