Taplytics

Taplytics Web Visual Editor

什麼是Taplytics?

Taplytics是由Taplytics Inc.開發的Chrome擴展程式,該擴展的主要功能是“Taplytics Web Visual Editor”。

擴展截圖

screenshot

下載Taplytics擴展crx文件

下載Taplytics擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Elevate your website experience using the Taplytics web editor chrome extension.

The Taplytics web editor makes website optimization simple by allowing you to quickly:

-Modify your website on the fly without any developers
-Create A/B tests and experiments
-Personalize website experiences
-Preview and launch website enhancements
-Analyze and scale successful experiments

The extension includes access to a visual editor which helps you make quick, code-free website changes. For more advanced modifications, you can also add new Javascript or CSS directly from the editor.                    

擴展基本資訊

名稱 Taplytics Taplytics
ID fnjpomkbleoheneikbmoiaiodmnbkibb
官方網址 https://chromewebstore.google.com/detail/taplytics/fnjpomkbleoheneikbmoiaiodmnbkibb
簡介 Taplytics Web Visual Editor
檔案大小 3.33 MB
安裝次數 132
目前版本 1.72.0
更新時間 2023-11-13
上架時間 2019-09-30
評分 5.00/5 共 1 次評分
開發者 Taplytics Inc.
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://taplytics.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Taplytics",
    "description": "Taplytics Web Visual Editor",
    "version": "1.72.0",
    "browser_action": {
        "default_icon": "16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "*.eot",
        "*.ttf",
        "*.woff",
        "*.woff2",
        "*.scss",
        "*.css",
        "*.svg",
        "*.png",
        "editor.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/taplytics.com\/*",
            "*:\/\/tec-local.taplytics.com\/*",
            "*:\/\/dev.taplytics.com\/*",
            "*:\/\/staging.taplytics.com\/*",
            "*:\/\/staging-upcoming.taplytics.com\/*",
            "*:\/\/app.taplytics.com\/*",
            "*:\/\/rfp.taplytics.com\/*"
        ]
    }
}