Persosa Visual Editor
Allows editing of personalized content with Persosa.
Co to jest Persosa Visual Editor?
Persosa Visual Editor to rozszerzenie Chrome opracowane przez https://persosa.com, a jego główną funkcją jest „Allows editing of personalized content with Persosa.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Persosa Visual Editor
Pobierz pliki rozszerzeń Persosa Visual Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The Persosa Visual Editor extension allows Persosa customers and partners to visually edit the personalized content across their websites.
Podstawowe informacje o rozszerzeniu
Nazwa | Persosa Visual Editor |
ID | pfnbmfogdllmoeohoegkdjildfjobjfj |
Oficjalny URL | https://chromewebstore.google.com/detail/persosa-visual-editor/pfnbmfogdllmoeohoegkdjildfjobjfj |
Opis | Allows editing of personalized content with Persosa. |
Rozmiar pliku | 85.81 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 1.4.4 |
Ostatnia Aktualizacja | 2021-01-31 |
Data Publikacji | 2020-04-27 |
Deweloper | https://persosa.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.persosa.com |
Adres URL Strony Pomocy | https://help.persosa.com |
Adres URL Strony Polityki Prywatności | https://www.persosa.com/privacy |
Obsługiwane Języki | 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" ] } |