Interactive Tutorials for Google Analytics

Learn Google Analytics Has Never Been Easier

Apa itu Interactive Tutorials for Google Analytics?

Interactive Tutorials for Google Analytics adalah ekstensi Chrome yang dikembangkan oleh https://mytips.co, dan fitur utamanya adalah "Learn Google Analytics Has Never Been Easier".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Interactive Tutorials for Google Analytics

Unduh file ekstensi Interactive Tutorials for Google Analytics dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Learn by doing. Interactive on-screen tutorials are the fastest way to learn Google Analytics just within your account.

Simply install this extension and go to your GA dashboard. In the left-bottom corner, you'll find a question mark and all the tutorials that will answer your questions and help you become Google Analytics Pro.                    

Informasi Dasar Ekstensi

Nama Interactive Tutorials for Google Analytics Interactive Tutorials for Google Analytics
ID mhpneldcjjndiemjmgcbfnckefebeihk
URL Resmi https://chromewebstore.google.com/detail/interactive-tutorials-for/mhpneldcjjndiemjmgcbfnckefebeihk
Deskripsi Learn Google Analytics Has Never Been Easier
Ukuran File 18.05 KB
Jumlah Instalasi 56
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2015-09-15
Tanggal Publikasi 2015-09-15
Pengembang https://mytips.co
Tipe Pembayaran free
Situs Ekstensi https://mytips.co
URL Halaman Bantuan https://mytips.co
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Interactive Tutorials for Google Analytics",
    "description": "Learn Google Analytics Has Never Been Easier",
    "version": "1.0.2",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "permissions": [
        "webRequest",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/19-icon.png",
        "38": "images\/19-icon.png",
        "128": "images\/128-ico.png"
    },
    "web_accessible_resources": [
        "widget.js"
    ]
}