Persosa Visual Editor

Allows editing of personalized content with Persosa.

Persosa Visual Editor क्या है?

Persosa Visual Editor https://persosa.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows editing of personalized content with Persosa."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Persosa Visual Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}