Taplytics

Taplytics Web Visual Editor

Vad är Taplytics?

Taplytics är en Chrome-tillägg utvecklad av Taplytics Inc., och dess huvudfunktion är "Taplytics Web Visual Editor".

Tilläggsskärmbilder

screenshot

Ladda ner Taplytics-förlängningens CRX-fil

Ladda ner Taplytics-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Taplytics Taplytics
ID fnjpomkbleoheneikbmoiaiodmnbkibb
Officiell webbadress https://chromewebstore.google.com/detail/taplytics/fnjpomkbleoheneikbmoiaiodmnbkibb
Beskrivning Taplytics Web Visual Editor
Filstorlek 3.33 MB
Antal Installationer 132
Aktuell Version 1.72.0
Senast Uppdaterad 2023-11-13
Publiceringsdatum 2019-09-30
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Taplytics Inc.
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://taplytics.com/privacy-policy
Stödda Språk 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\/*"
        ]
    }
}