ABTasty
ABTasty extension
Vad är ABTasty?
ABTasty är en Chrome-tillägg utvecklad av analytics, och dess huvudfunktion är "ABTasty extension".
Tilläggsskärmbilder
Ladda ner ABTasty-förlängningens CRX-fil
Ladda ner ABTasty-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | ABTasty |
ID | bigoemfnjgidfijehdgillncneklifgb |
Officiell webbadress | https://chromewebstore.google.com/detail/abtasty/bigoemfnjgidfijehdgillncneklifgb |
Beskrivning | ABTasty extension |
Filstorlek | 262 KB |
Antal Installationer | 973 |
Aktuell Version | 1.3.2 |
Senast Uppdaterad | 2016-02-22 |
Publiceringsdatum | 2016-02-22 |
Betyg | 4.71/5 Totalt 7 Betyg |
Utvecklare | analytics |
Betalningssätt | free |
Tilläggswebbplats | http://www.abtasty.com |
Stödda Språk | 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" } |