Taplytics

Taplytics Web Visual Editor

Taplyticsคืออะไร?

Taplytics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Taplytics Inc. และคุณลักษณะหลักของมันคือ "Taplytics Web Visual Editor"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Taplytics

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
        ]
    }
}