ABTasty
ABTasty extension
What is ABTasty?
ABTasty is a Chrome extension developed by analytics, and its main feature is "ABTasty extension".
Extension Screenshots
Download ABTasty Extension CRX File
Download ABTasty extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | ABTasty |
ID | bigoemfnjgidfijehdgillncneklifgb |
Official URL | https://chromewebstore.google.com/detail/abtasty/bigoemfnjgidfijehdgillncneklifgb |
Description | ABTasty extension |
File Size | 262 KB |
Installation Count | 973 |
Current Version | 1.3.2 |
Last Updated | 2016-02-22 |
Publish Date | 2016-02-22 |
Rating | 4.71/5 Total 7 Ratings |
Developer | analytics |
Payment Type | free |
Extension Website | http://www.abtasty.com |
Supported Languages | 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" } |