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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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