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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย e-dialog และคุณลักษณะหลักของมันคือ "Visualize your tables with bar-charts, comparisons and heat-maps"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Table Booster for Google Analytics
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | mhedbgbipbdppajofkiklhlbbdlldidj |
| URL อย่างเป็นทางการ | 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"
]
} | |