AB Tasty

The latest AB Tasty extension for Google Chrome.

Что такое AB Tasty?

AB Tasty - это расширение Chrome, разработанное https://www.abtasty.com, и его основная функция - "The latest AB Tasty extension for Google Chrome.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения AB Tasty

Скачайте файлы расширений 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
Электронная почта [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"
}