Persosa Visual Editor
Allows editing of personalized content with Persosa.
Vad är Persosa Visual Editor?
Persosa Visual Editor är en Chrome-tillägg utvecklad av https://persosa.com, och dess huvudfunktion är "Allows editing of personalized content with Persosa.".
Tilläggsskärmbilder
Ladda ner Persosa Visual Editor-förlängningens CRX-fil
Ladda ner Persosa Visual Editor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The Persosa Visual Editor extension allows Persosa customers and partners to visually edit the personalized content across their websites.
Grundläggande Information om Tillägg
Namn | Persosa Visual Editor |
ID | pfnbmfogdllmoeohoegkdjildfjobjfj |
Officiell webbadress | https://chromewebstore.google.com/detail/persosa-visual-editor/pfnbmfogdllmoeohoegkdjildfjobjfj |
Beskrivning | Allows editing of personalized content with Persosa. |
Filstorlek | 85.81 KB |
Antal Installationer | 18 |
Aktuell Version | 1.4.4 |
Senast Uppdaterad | 2021-01-31 |
Publiceringsdatum | 2020-04-27 |
Utvecklare | https://persosa.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.persosa.com |
Hjälpsida URL | https://help.persosa.com |
URL till Sekretesspolicy Sidan | https://www.persosa.com/privacy |
Stödda Språk | 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" ] } |