ABTasty

ABTasty extension

Qu'est-ce que ABTasty ?

ABTasty est une extension Chrome développée par analytics, et sa fonction principale est "ABTasty extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ABTasty

Téléchargez les fichiers d'extension ABTasty au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom ABTasty ABTasty
ID bigoemfnjgidfijehdgillncneklifgb
URL Officiel https://chromewebstore.google.com/detail/abtasty/bigoemfnjgidfijehdgillncneklifgb
Description ABTasty extension
Taille du Fichier 262 KB
Nombre d'Installations 973
Version Actuelle 1.3.2
Dernière Mise à Jour 2016-02-22
Date de Publication 2016-02-22
Évaluation 4.71/5 Total 7 Évaluations
Développeur analytics
Type de Paiement free
Site Web de l'Extension http://www.abtasty.com
Langues Prises en Charge 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"
}