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 |
官方網址 | 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" } |