Persosa Visual Editor

Allows editing of personalized content with Persosa.

Co je Persosa Visual Editor?

Persosa Visual Editor je rozšíření Chrome vyvinuté https://persosa.com, a jeho hlavní funkcí je „Allows editing of personalized content with Persosa.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Persosa Visual Editor

Stáhněte si soubory rozšíření Persosa Visual Editor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Persosa Visual Editor Persosa Visual Editor
ID pfnbmfogdllmoeohoegkdjildfjobjfj
Oficiální URL https://chromewebstore.google.com/detail/persosa-visual-editor/pfnbmfogdllmoeohoegkdjildfjobjfj
Popis Allows editing of personalized content with Persosa.
Velikost souboru 85.81 KB
Počet instalací 18
Aktuální Verze 1.4.4
Poslední Aktualizace 2021-01-31
Datum Vydání 2020-04-27
Vývojář https://persosa.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.persosa.com
URL Stránky Nápovědy https://help.persosa.com
URL Stránky Zásad Ochrany Soukromí https://www.persosa.com/privacy
Podporované Jazyky 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"
    ]
}