ABTasty

ABTasty extension

Wat is ABTasty?

ABTasty is een Chrome-extensie ontwikkeld door analytics, en de belangrijkste functie is "ABTasty extension".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ABTasty

Download ABTasty-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam ABTasty ABTasty
ID bigoemfnjgidfijehdgillncneklifgb
Officiële URL https://chromewebstore.google.com/detail/abtasty/bigoemfnjgidfijehdgillncneklifgb
Beschrijving ABTasty extension
Bestandsgrootte 262 KB
Aantal Installaties 973
Huidige Versie 1.3.2
Laatst Bijgewerkt 2016-02-22
Publicatiedatum 2016-02-22
Beoordeling 4.71/5 Totaal 7 Beoordelingen
Ontwikkelaar analytics
Betalingswijze free
Extensiewebsite http://www.abtasty.com
Ondersteunde Talen 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"
}