ABTasty
ABTasty extension
Cos'è ABTasty?
ABTasty è un'estensione di Chrome sviluppata da analytics, e la sua funzione principale è "ABTasty extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ABTasty
Scarica i file di estensione ABTasty in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | ABTasty |
ID | bigoemfnjgidfijehdgillncneklifgb |
URL Ufficiale | https://chromewebstore.google.com/detail/abtasty/bigoemfnjgidfijehdgillncneklifgb |
Descrizione | ABTasty extension |
Dimensione del File | 262 KB |
Conteggio Installazioni | 973 |
Versione Corrente | 1.3.2 |
Ultimo Aggiornamento | 2016-02-22 |
Data di Pubblicazione | 2016-02-22 |
Valutazione | 4.71/5 Totale 7 Valutazioni |
Sviluppatore | analytics |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.abtasty.com |
Lingue Supportate | 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" } |