Taplytics

Taplytics Web Visual Editor

ما هو Taplytics؟

Taplytics هو إضافة Chrome تم تطويرها بواسطة Taplytics Inc.، والميزة الرئيسية لها هي "Taplytics Web Visual Editor".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Taplytics

قم بتنزيل ملفات الامتداد Taplytics بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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\/*"
        ]
    }
}