Persosa Visual Editor

Allows editing of personalized content with Persosa.

ما هو Persosa Visual Editor؟

Persosa Visual Editor هو إضافة Chrome تم تطويرها بواسطة https://persosa.com، والميزة الرئيسية لها هي "Allows editing of personalized content with Persosa.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Persosa Visual Editor

قم بتنزيل ملفات الامتداد Persosa Visual Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://help.persosa.com
عنوان صفحة سياسة الخصوصية 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"
    ]
}