ABTasty

ABTasty extension

Apa itu ABTasty?

ABTasty adalah ekstensi Chrome yang dikembangkan oleh analytics, dan fitur utamanya adalah "ABTasty extension".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ABTasty

Unduh file ekstensi ABTasty 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 ABTasty extension let you manage your test and variations from the browser. You will be able to create tests while browsing your website, preview variations, and much more.

http://www.abtasty.com/                    

Informasi Dasar Ekstensi

Nama ABTasty ABTasty
ID bigoemfnjgidfijehdgillncneklifgb
URL Resmi https://chromewebstore.google.com/detail/abtasty/bigoemfnjgidfijehdgillncneklifgb
Deskripsi ABTasty extension
Ukuran File 262 KB
Jumlah Instalasi 973
Versi Saat Ini 1.3.2
Terakhir Diperbarui 2016-02-22
Tanggal Publikasi 2016-02-22
Penilaian 4.71/5 Total 7 Penilaian
Pengembang analytics
Tipe Pembayaran free
Situs Ekstensi http://www.abtasty.com
Bahasa yang Didukung en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "ABTasty extension",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "ABTasty",
    "permissions": [
        "tabs",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2"
}