Persosa Visual Editor

Allows editing of personalized content with Persosa.

What is Persosa Visual Editor?

Persosa Visual Editor is a Chrome extension developed by https://persosa.com, and its main feature is "Allows editing of personalized content with Persosa.".

Extension Screenshots

screenshot

Download Persosa Visual Editor Extension CRX File

Download Persosa Visual Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Persosa Visual Editor Persosa Visual Editor
ID pfnbmfogdllmoeohoegkdjildfjobjfj
Official URL https://chromewebstore.google.com/detail/persosa-visual-editor/pfnbmfogdllmoeohoegkdjildfjobjfj
Description Allows editing of personalized content with Persosa.
File Size 85.81 KB
Installation Count 18
Current Version 1.4.4
Last Updated 2021-01-31
Publish Date 2020-04-27
Developer https://persosa.com
Email [email protected]
Payment Type free
Extension Website https://www.persosa.com
Help Page URL https://help.persosa.com
Privacy Policy Page URL https://www.persosa.com/privacy
Supported Languages 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"
    ]
}