Taplytics

Taplytics Web Visual Editor

Was ist Taplytics?

Taplytics ist eine Chrome-Erweiterung, die von Taplytics Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Taplytics Web Visual Editor".

Erweiterungsscreenshots

screenshot

Taplytics-Erweiterungs-CRX-Datei herunterladen

Laden Sie Taplytics-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Taplytics Taplytics
ID fnjpomkbleoheneikbmoiaiodmnbkibb
Offizielle URL https://chromewebstore.google.com/detail/taplytics/fnjpomkbleoheneikbmoiaiodmnbkibb
Beschreibung Taplytics Web Visual Editor
Dateigröße 3.33 MB
Installationsanzahl 132
Aktuelle Version 1.72.0
Letztes Update 2023-11-13
Veröffentlichungsdatum 2019-09-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Taplytics Inc.
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://taplytics.com/privacy-policy
Unterstützte Sprachen 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\/*"
        ]
    }
}