Persosa Visual Editor
Allows editing of personalized content with Persosa.
Wat is Persosa Visual Editor?
Persosa Visual Editor is een Chrome-extensie ontwikkeld door https://persosa.com, en de belangrijkste functie is "Allows editing of personalized content with Persosa.".
Extensie Screenshots
Download het CRX-bestand van de extensie Persosa Visual Editor
Download Persosa Visual Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The Persosa Visual Editor extension allows Persosa customers and partners to visually edit the personalized content across their websites.
Basisinformatie over de Extensie
Naam | Persosa Visual Editor |
ID | pfnbmfogdllmoeohoegkdjildfjobjfj |
Officiële URL | https://chromewebstore.google.com/detail/persosa-visual-editor/pfnbmfogdllmoeohoegkdjildfjobjfj |
Beschrijving | Allows editing of personalized content with Persosa. |
Bestandsgrootte | 85.81 KB |
Aantal Installaties | 18 |
Huidige Versie | 1.4.4 |
Laatst Bijgewerkt | 2021-01-31 |
Publicatiedatum | 2020-04-27 |
Ontwikkelaar | https://persosa.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.persosa.com |
Help Pagina-URL | https://help.persosa.com |
URL van de Privacybeleid Pagina | https://www.persosa.com/privacy |
Ondersteunde Talen | 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" ] } |