ABTasty

ABTasty extension

Hvad er ABTasty?

ABTasty er en Chrome-udvidelse udviklet af analytics, og dens hovedfunktion er "ABTasty extension".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download ABTasty-udvidelses-CRX-fil

Download ABTasty-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn ABTasty ABTasty
ID bigoemfnjgidfijehdgillncneklifgb
Officiel URL https://chromewebstore.google.com/detail/abtasty/bigoemfnjgidfijehdgillncneklifgb
Beskrivelse ABTasty extension
Filstørrelse 262 KB
Antal Installationer 973
Nuværende Version 1.3.2
Senest Opdateret 2016-02-22
Udgivelsesdato 2016-02-22
Bedømmelse 4.71/5 Samlet 7 Bedømmelser
Udvikler analytics
Betalingsmetode free
Udvidelseswebsted http://www.abtasty.com
Understøttede Sprog 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"
}