Persosa Visual Editor
Allows editing of personalized content with Persosa.
Apa itu Persosa Visual Editor?
Persosa Visual Editor adalah ekstensi Chrome yang dikembangkan oleh https://persosa.com, dan fitur utamanya adalah "Allows editing of personalized content with Persosa.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Persosa Visual Editor
Unduh file ekstensi Persosa Visual Editor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
The Persosa Visual Editor extension allows Persosa customers and partners to visually edit the personalized content across their websites.
Informasi Dasar Ekstensi
Nama | Persosa Visual Editor |
ID | pfnbmfogdllmoeohoegkdjildfjobjfj |
URL Resmi | https://chromewebstore.google.com/detail/persosa-visual-editor/pfnbmfogdllmoeohoegkdjildfjobjfj |
Deskripsi | Allows editing of personalized content with Persosa. |
Ukuran File | 85.81 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 1.4.4 |
Terakhir Diperbarui | 2021-01-31 |
Tanggal Publikasi | 2020-04-27 |
Pengembang | https://persosa.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.persosa.com |
URL Halaman Bantuan | https://help.persosa.com |
URL Halaman Kebijakan Privasi | https://www.persosa.com/privacy |
Bahasa yang Didukung | 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" ] } |