Omniconvert Explore A/B Editor

Omniconvert Explore A/B Editor

Omniconvert Explore A/B Editor란 무엇입니까?

Omniconvert Explore A/B Editor은(는) https://www.omniconvert.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Omniconvert Explore A/B Editor"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Omniconvert Explore A/B Editor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension provides you with an option to create A/B variations right within your browser. You can edit existing elements or insert new ones. 

For existing Explore users: all the functionality that was available inside our platform is now also available straight in your browser.                    

확장 프로그램 기본 정보

이름 Omniconvert Explore A/B Editor Omniconvert Explore A/B Editor
ID nfflknknghikblfnilakomegmhoilomi
공식 URL https://chromewebstore.google.com/detail/omniconvert-explore-ab-ed/nfflknknghikblfnilakomegmhoilomi
설명 Omniconvert Explore A/B Editor
파일 크기 623 KB
설치 횟수 82
현재 버전 1.4.8
최근 업데이트 2024-02-21
출시 날짜 2023-10-16
개발자 https://www.omniconvert.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.omniconvert.com/privacy-security
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Omniconvert Explore A\/B Editor",
    "description": "Omniconvert Explore A\/B Editor",
    "version": "1.4.8",
    "icons": {
        "1200": "common\/icons\/icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "declarativeNetRequest"
    ],
    "minimum_chrome_version": "101",
    "background": {
        "service_worker": "common\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "common\/js\/browser-polyfill.min.js",
                "common\/js\/select_env.js",
                "common\/js\/content_scripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "common\/js\/bridge.js",
                "inject\/app.js",
                "inject\/app.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "Omniconvert Explore A\/B Editor Settings",
        "default_popup": "common\/pages\/settings.html",
        "default_icon": {
            "1200": "common\/icons\/icon.png"
        }
    }
}