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" } |