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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Table Booster for Google Analytics 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}