AB Tasty

The latest AB Tasty extension for Google Chrome.

AB Tasty là gì?

AB Tasty là một tiện ích mở rộng Chrome được phát triển bởi https://www.abtasty.com, và tính năng chính của nó là "The latest AB Tasty extension for Google Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AB Tasty

Tải xuống các tệp mở rộng AB Tasty dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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...                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AB Tasty AB Tasty
ID bdiahcebghgckgbgmjhdbecjkedpcidn
URL Chính Thức https://chromewebstore.google.com/detail/ab-tasty/bdiahcebghgckgbgmjhdbecjkedpcidn
Mô tả The latest AB Tasty extension for Google Chrome.
Kích Thước Tệp 5.21 MB
Số Lần Cài Đặt 5,176
Phiên Bản Hiện Tại 2.12.5
Cập Nhật Lần Cuối 2023-10-13
Ngày Phát Hành 2020-02-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.abtasty.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.abtasty.com
URL Trang Trợ Giúp https://support.abtasty.com/hc/en-us/articles/200238557-The-AB-Tasty-Chrome-Add-on
URL Trang Chính Sách Bảo Mật https://www.abtasty.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}