Adobe Experience Cloud Visual Editing Helper
The Visual Editing Helper extension allows users to load their website into Adobe Target or Adobe Journey Optimizer.
什麼是Adobe Experience Cloud Visual Editing Helper?
Adobe Experience Cloud Visual Editing Helper是由Adobe Inc.開發的Chrome擴展程式,該擴展的主要功能是“The Visual Editing Helper extension allows users to load their website into Adobe Target or Adobe Journey Optimizer.”。
擴展截圖
下載Adobe Experience Cloud Visual Editing Helper擴展crx文件
下載Adobe Experience Cloud Visual Editing Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Visual Editing Helper Chrome extension allows Adobe Experience Cloud users to load their website into Adobe Target or Adobe Journey Optimizer and to use a visual WYSIWYG editor to personalize it. The extension solves site-loading issues for which customers now rely on the Target Enhanced Experience Composer or third-party extensions to be able to author their websites. Benefits of using the Visual Editing Helper extension: - All iframe busting headers, such as X-Frame-Options and Content-Security-Policy, are implicitly removed from the website to enable authoring. - Extension sets SameSite attribute to the value "None" for the website's session cookies in order to be able to login using the visual editor. - Customers new to Target or to Journey Optimizer can use the extension to experiment even if their IT developers have not yet implemented Target or Journey Optimizer on their websites.
擴展基本資訊
名稱 | Adobe Experience Cloud Visual Editing Helper |
ID | kgmjjkfjacffaebgpkpcllakjifppnca |
官方網址 | https://chromewebstore.google.com/detail/adobe-experience-cloud-vi/kgmjjkfjacffaebgpkpcllakjifppnca |
簡介 | The Visual Editing Helper extension allows users to load their website into Adobe Target or Adobe Journey Optimizer. |
檔案大小 | 262 KB |
安裝次數 | 8,000 |
目前版本 | 1.0.5 |
更新時間 | 2023-07-22 |
上架時間 | 2022-06-23 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Adobe Inc. |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://experience.adobe.com |
隱私政策頁面URL | https://www.adobe.com/privacy/policy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Adobe Experience Cloud Visual Editing Helper", "version": "1.0.5", "description": "The Visual Editing Helper extension allows users to load their website into Adobe Target or Adobe Journey Optimizer.", "manifest_version": 3, "action": { "default_icon": { "32": "assets\/icons\/icon32_grayscale.png", "38": "assets\/icons\/icon38_grayscale.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*adobe_authoring_enabled*", "*:\/\/*\/*mboxEdit*", "*:\/\/*\/*mboxDisable*", "*:\/\/*\/*adobe_vec_authoring*" ], "js": [ "client.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "https:\/\/*.adobe.com\/*", "https:\/\/*.adobe.net\/*", "https:\/\/*.adobe.io\/*" ], "match_origin_as_fallback": true, "js": [ "assets\/vecPostMessage.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "assets\/cookieOverride.js", "assets\/fileLoader.js" ], "matches": [ "https:\/\/*\/*" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "browsingData", "notifications", "webRequest", "webNavigation", "cookies", "scripting", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ " |