AB Tasty

The latest AB Tasty extension for Google Chrome.

AB Tastyとは何ですか?

AB Tastyはhttps://www.abtasty.comによって開発されたChromeの拡張機能で、その主な機能は「The latest AB Tasty extension for Google Chrome.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

AB Tasty拡張機能のCRXファイルをダウンロード

AB Tasty拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        AB Tasty is an all-in-one optimization platform. Our Chrome extension allows you to easily create and manage your tests, personalizations and user engagement campaigns straight from your browser. You can also gain quick access to some utilities that help you ease the process of setting up your campaigns, such as updating the AB Tasty script, deleting cookies, spotting live campaigns on specific pages...                    

拡張機能の基本情報

名前 AB Tasty AB Tasty
ID bdiahcebghgckgbgmjhdbecjkedpcidn
公式URL https://chromewebstore.google.com/detail/ab-tasty/bdiahcebghgckgbgmjhdbecjkedpcidn
説明 The latest AB Tasty extension for Google Chrome.
ファイルサイズ 5.21 MB
インストール数 5,176
現在のバージョン 2.12.5
最終更新日 2023-10-13
公開日 2020-02-23
評価 5.00/5 合計 1 レビュー
開発者 https://www.abtasty.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.abtasty.com
ヘルプページのURL https://support.abtasty.com/hc/en-us/articles/200238557-The-AB-Tasty-Chrome-Add-on
プライバシーポリシーページのURL https://www.abtasty.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.12.5",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/favicon\/[email protected]",
        "48": "images\/favicon\/[email protected]",
        "128": "images\/favicon\/[email protected]"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "cookies",
        "storage",
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript\/contentscript.js",
                "scripts\/contentscript\/javascriptxcollector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.abtasty.com\/*"
        ]
    },
    "omnibox": {
        "keyword": "OMNIBOX-KEYWORD"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/favicon\/[email protected]",
            "38": "images\/favicon\/[email protected]"
        },
        "default_title": "AB Tasty",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/favicon\/[email protected]"
    ],
    "incognito": "split"
}