Persosa Visual Editor
Allows editing of personalized content with Persosa.
Persosa Visual Editor là gì?
Persosa Visual Editor là một tiện ích mở rộng Chrome được phát triển bởi https://persosa.com, và tính năng chính của nó là "Allows editing of personalized content with Persosa.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Persosa Visual Editor
Tải xuống các tệp mở rộng Persosa Visual Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The Persosa Visual Editor extension allows Persosa customers and partners to visually edit the personalized content across their websites.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Persosa Visual Editor |
ID | pfnbmfogdllmoeohoegkdjildfjobjfj |
URL Chính Thức | https://chromewebstore.google.com/detail/persosa-visual-editor/pfnbmfogdllmoeohoegkdjildfjobjfj |
Mô tả | Allows editing of personalized content with Persosa. |
Kích Thước Tệp | 85.81 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.4.4 |
Cập Nhật Lần Cuối | 2021-01-31 |
Ngày Phát Hành | 2020-04-27 |
Nhà Phát Triển | https://persosa.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.persosa.com |
URL Trang Trợ Giúp | https://help.persosa.com |
URL Trang Chính Sách Bảo Mật | https://www.persosa.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |