Table Booster for Google Analytics
Visualize your tables with bar-charts, comparisons and heat-maps
什麼是Table Booster for Google Analytics?
Table Booster for Google Analytics是由e-dialog開發的Chrome擴展程式,該擴展的主要功能是“Visualize your tables with bar-charts, comparisons and heat-maps”。
擴展截圖
下載Table Booster for Google Analytics擴展crx文件
下載Table Booster for Google Analytics擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Table Booster is a Chrome-Browser Extension that enhances the data-grid of Google Analytics by providing three visualisation types for every metric column. You can use graphs in the grid-view. Every row can use a different visualisation-type. Combine all types even in the same row. Extend Google Analytics with a MS Excel like heat-map. Table Booster features also a Z-Test comparison tool. Check if two rates are different or not.
擴展基本資訊
名稱 | Table Booster for Google Analytics |
ID | mhedbgbipbdppajofkiklhlbbdlldidj |
官方網址 | https://chromewebstore.google.com/detail/table-booster-for-google/mhedbgbipbdppajofkiklhlbbdlldidj |
簡介 | Visualize your tables with bar-charts, comparisons and heat-maps |
檔案大小 | 94.14 KB |
安裝次數 | 4,152 |
目前版本 | 2.390 |
更新時間 | 2018-02-15 |
上架時間 | 2018-02-15 |
評分 | 4.17/5 共 53 次評分 |
開發者 | e-dialog |
付費類型 | free |
擴展官網 | http://tablebooster.e-dialog.at/ |
說明頁面URL | http://tablebooster.e-dialog.at/support-faq |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Table Booster for Google Analytics", "short_name": "Table Booster", "version": "2.390", "description": "Visualize your tables with bar-charts, comparisons and heat-maps", "homepage_url": "http:\/\/tablebooster.e-dialog.at", "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/analytics.google.com\/*" ], "css": [ "edtb.css" ], "js": [ "ga_table_booster.user.js" ] } ], "icons": { "128": "icons\/chrome\/edtb-icon-128.png", "48": "icons\/chrome\/edtb-icon-48.png", "32": "icons\/chrome\/edtb-icon-32.png", "16": "icons\/chrome\/edtb-icon-16.png" }, "web_accessible_resources": [ "icons\/tb_visit_us_at_the_chrome_web_store.png", "icons\/compare_0.png", "icons\/compare_1.png", "icons\/blue_0.png", "icons\/blue_1.png", "icons\/ztest_0.png", "icons\/ztest_1.png", "icons\/ztest_2.png", "icons\/redgreen_0.png", "icons\/redgreen_1.png", "icons\/heatmapxtra.png", "edtb.css", "icons\/close.png", "img\/background.png", "img\/balken.png", "img\/edtb-help.png", "img\/edtb-logo.png", "img\/logo.png" ], "permissions": [ "storage" ] } |