Redfly Tagger for Google Analytics™

...

Apa itu Redfly Tagger for Google Analytics™?

Redfly Tagger for Google Analytics™ adalah ekstensi Chrome yang dikembangkan oleh Redfly, dan fitur utamanya adalah "...".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Redfly Tagger for Google Analytics™

Unduh file ekstensi Redfly Tagger 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

                        The Redfly Tagger for use with Google Analytics™ is a simply chrome extension enabling you to to quickly create custom URLs using Google Analytics parameters in a quick and easy "right click" lightbox interface.


*****************

Version 2 improves stability, fixes some minor bugs and allows for customization of tagged URL. It's also now available from the context menu.                    

Informasi Dasar Ekstensi

Nama Redfly Tagger for Google Analytics™ Redfly Tagger for Google Analytics™
ID dbhmpojpnnkhcfblagebphlnmmccmiid
URL Resmi https://chromewebstore.google.com/detail/redfly-tagger-for-google/dbhmpojpnnkhcfblagebphlnmmccmiid
Deskripsi ...
Ukuran File 141 KB
Jumlah Instalasi 212
Versi Saat Ini 2.0
Terakhir Diperbarui 2013-03-31
Tanggal Publikasi 2013-03-31
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Redfly
Tipe Pembayaran free
Situs Ekstensi http://www.redflymarketing.com/
URL Halaman Bantuan https://www.redflymarketing.com/contact.
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redfly Tagger for Google Analytics\u2122",
    "version": "2.0",
    "manifest_version": 2,
    "description": "...",
    "options_page": "options.htm",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "Redfly Google Analytics Tagger",
        "default_popup": "options.htm"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "options.htm"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}