Persosa Visual Editor
Allows editing of personalized content with Persosa.
什麼是Persosa Visual Editor?
Persosa Visual Editor是由https://persosa.com開發的Chrome擴展程式,該擴展的主要功能是“Allows editing of personalized content with Persosa.”。
擴展截圖
下載Persosa Visual Editor擴展crx文件
下載Persosa Visual Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Persosa Visual Editor extension allows Persosa customers and partners to visually edit the personalized content across their websites.
擴展基本資訊
名稱 | Persosa Visual Editor |
ID | pfnbmfogdllmoeohoegkdjildfjobjfj |
官方網址 | https://chromewebstore.google.com/detail/persosa-visual-editor/pfnbmfogdllmoeohoegkdjildfjobjfj |
簡介 | Allows editing of personalized content with Persosa. |
檔案大小 | 85.81 KB |
安裝次數 | 18 |
目前版本 | 1.4.4 |
更新時間 | 2021-01-31 |
上架時間 | 2020-04-27 |
開發者 | https://persosa.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.persosa.com |
說明頁面URL | https://help.persosa.com |
隱私政策頁面URL | https://www.persosa.com/privacy |
支援的語言 | 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" ] } |