Taplytics

Taplytics Web Visual Editor

Taplytics là gì?

Taplytics là một tiện ích mở rộng Chrome được phát triển bởi Taplytics Inc., và tính năng chính của nó là "Taplytics Web Visual Editor".

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

screenshot

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

Tải xuống các tệp mở rộng Taplytics 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

                        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.                    

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

Tên Taplytics Taplytics
ID fnjpomkbleoheneikbmoiaiodmnbkibb
URL Chính Thức https://chromewebstore.google.com/detail/taplytics/fnjpomkbleoheneikbmoiaiodmnbkibb
Mô tả Taplytics Web Visual Editor
Kích Thước Tệp 3.33 MB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 1.72.0
Cập Nhật Lần Cuối 2023-11-13
Ngày Phát Hành 2019-09-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Taplytics Inc.
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://taplytics.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}