Persosa Visual Editor

Allows editing of personalized content with Persosa.

什么是Persosa Visual Editor?

Persosa Visual Editor是由https://persosa.com开发的Chrome扩展程序,该扩展的主要功能是“Allows editing of personalized content with Persosa.”。

扩展截图

screenshot

下载Persosa Visual Editor扩展crx文件

下载Persosa Visual Editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Persosa Visual Editor Persosa Visual Editor
ID pfnbmfogdllmoeohoegkdjildfjobjfj
官方URL https://chromewebstore.google.com/detail/persosa-visual-editor/pfnbmfogdllmoeohoegkdjildfjobjfj
简介 Allows editing of personalized content with Persosa.
文件大小 85.81 KB
安装次数 18
当前版本 1.4.4
更新时间 2021-01-31
上架时间 2020-04-27
开发者 https://persosa.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.persosa.com
帮助页面URL https://help.persosa.com
隐私政策页面URL https://www.persosa.com/privacy
支持的语言 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"
    ]
}