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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visualize your tables with bar-charts, comparisons and heat-maps"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Table Booster for Google Analytics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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" ] } |