ABTasty
ABTasty extension
什么是ABTasty?
ABTasty是由analytics开发的Chrome扩展程序,该扩展的主要功能是“ABTasty extension”。
扩展截图
下载ABTasty扩展crx文件
下载ABTasty扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/
扩展基本信息
名称 | ABTasty |
ID | bigoemfnjgidfijehdgillncneklifgb |
官方URL | https://chromewebstore.google.com/detail/abtasty/bigoemfnjgidfijehdgillncneklifgb |
简介 | ABTasty extension |
文件大小 | 262 KB |
安装次数 | 973 |
当前版本 | 1.3.2 |
更新时间 | 2016-02-22 |
上架时间 | 2016-02-22 |
评分 | 4.71/5 共7次评分 |
开发者 | analytics |
付费类型 | free |
扩展官网 | http://www.abtasty.com |
支持的语言 | 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" } |