Simon
See in Chrome real time Google Analytic™ data for the web site you track with GA.
Simon là gì?
Simon là một tiện ích mở rộng Chrome được phát triển bởi http://www.logicagent.com, và tính năng chính của nó là "See in Chrome real time Google Analytic™ data for the web site you track with GA.".
Ả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 Simon
Tải xuống các tệp mở rộng Simon 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
Simon is your personal Google Analytics reporting agent. Simon lets you view up-to-date information about your Google Analytics accounts while browsing in Chrome. It also gives you week to week comparatives. NEW !! You can also selectively block any of your web property so no data will be sent to Google Analytic preventing your from inflating your reports with test data. You will see the following metrics : Total Visits (ga:visits) Page Views (ga:pageviews) Average Time on Site (ga:avgTimeOnSite) Addwords Impressions (ga:impressions) Goal Completion (ga:goalCompletionsAll) Page Load Time (ga:pageLoadTime)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | higckeblpckaejdokcnllphcjhcfdpch |
URL Chính Thức | https://chrome.google.com/webstore/detail/simon/higckeblpckaejdokcnllphcjhcfdpch |
Mô tả | See in Chrome real time Google Analytic™ data for the web site you track with GA. |
Kích Thước Tệp | 177 KB |
Số Lần Cài Đặt | 71 |
Phiên Bản Hiện Tại | 1.0.56 |
Cập Nhật Lần Cuối | 2014-11-29 |
Ngày Phát Hành | 2014-11-29 |
Đánh Giá | 3.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | http://www.logicagent.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://logicagent.uservoice.com/ |
URL Trang Chính Sách Bảo Mật | http://www.logicagent.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simon", "version": "1.0.56", "description": "__MSG_appDesc__", "default_locale": "en", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/accounts.google.com https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "webNavigation", "webRequest", "tabs", "notifications", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "48": "img\/simon_48.png", "128": "img\/simon_128.png" }, "browser_action": { "default_title": "__MSG_default_title__", "default_icon": { "19": "img\/simon_19.png", "38": "img\/simon_38.png" }, "default_popup": "popup.html" }, "options_page": "options.html", "manifest_version": 2 } |