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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}