Persosa Visual Editor

Allows editing of personalized content with Persosa.

Hvad er Persosa Visual Editor?

Persosa Visual Editor er en Chrome-udvidelse udviklet af https://persosa.com, og dens hovedfunktion er "Allows editing of personalized content with Persosa.".

Udvidelsesskærmbilleder

screenshot

Download Persosa Visual Editor-udvidelses-CRX-fil

Download Persosa Visual Editor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        The Persosa Visual Editor extension allows Persosa customers and partners to visually edit the personalized content across their websites.                    

Grundlæggende oplysninger om udvidelsen

Navn Persosa Visual Editor Persosa Visual Editor
ID pfnbmfogdllmoeohoegkdjildfjobjfj
Officiel URL https://chromewebstore.google.com/detail/persosa-visual-editor/pfnbmfogdllmoeohoegkdjildfjobjfj
Beskrivelse Allows editing of personalized content with Persosa.
Filstørrelse 85.81 KB
Antal Installationer 18
Nuværende Version 1.4.4
Senest Opdateret 2021-01-31
Udgivelsesdato 2020-04-27
Udvikler https://persosa.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.persosa.com
Hjælpeside-URL https://help.persosa.com
URL til Fortrolighedspolitik Side https://www.persosa.com/privacy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Persosa Visual Editor",
    "version": "1.4.4",
    "description": "Allows editing of personalized content with Persosa.",
    "author": "Persosa",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Persosa Visual Editor"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.persosa.com\/"
    ],
    "optional_permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.persosa.com\/*",
            "http:\/\/dev.persosa.com\/*"
        ]
    },
    "web_accessible_resources": [
        "editor.html"
    ]
}