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
官方網址 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
電子郵箱 [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"
}