Persosa Visual Editor
Allows editing of personalized content with Persosa.
Was ist Persosa Visual Editor?
Persosa Visual Editor ist eine Chrome-Erweiterung, die von https://persosa.com entwickelt wurde, und ihr Hauptmerkmal ist "Allows editing of personalized content with Persosa.".
Erweiterungsscreenshots
Persosa Visual Editor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Persosa Visual Editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The Persosa Visual Editor extension allows Persosa customers and partners to visually edit the personalized content across their websites.
Grundlegende Informationen zur Erweiterung
Name | Persosa Visual Editor |
ID | pfnbmfogdllmoeohoegkdjildfjobjfj |
Offizielle URL | https://chromewebstore.google.com/detail/persosa-visual-editor/pfnbmfogdllmoeohoegkdjildfjobjfj |
Beschreibung | Allows editing of personalized content with Persosa. |
Dateigröße | 85.81 KB |
Installationsanzahl | 18 |
Aktuelle Version | 1.4.4 |
Letztes Update | 2021-01-31 |
Veröffentlichungsdatum | 2020-04-27 |
Entwickler | https://persosa.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.persosa.com |
Hilfeseite URL | https://help.persosa.com |
URL der Datenschutzrichtlinien-Seite | https://www.persosa.com/privacy |
Unterstützte Sprachen | 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" ] } |