Adobe Experience Cloud Visual Editing Helper
The Visual Editing Helper extension allows users to load their website into Adobe Target or Adobe Journey Optimizer.
Cos'è Adobe Experience Cloud Visual Editing Helper?
Adobe Experience Cloud Visual Editing Helper è un'estensione di Chrome sviluppata da Adobe Inc., e la sua funzione principale è "The Visual Editing Helper extension allows users to load their website into Adobe Target or Adobe Journey Optimizer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Adobe Experience Cloud Visual Editing Helper
Scarica i file di estensione Adobe Experience Cloud Visual Editing Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Adobe Experience Cloud Visual Editing Helper |
ID | kgmjjkfjacffaebgpkpcllakjifppnca |
URL Ufficiale | https://chromewebstore.google.com/detail/adobe-experience-cloud-vi/kgmjjkfjacffaebgpkpcllakjifppnca |
Descrizione | The Visual Editing Helper extension allows users to load their website into Adobe Target or Adobe Journey Optimizer. |
Dimensione del File | 262 KB |
Conteggio Installazioni | 8,000 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2023-07-22 |
Data di Pubblicazione | 2022-06-23 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Adobe Inc. |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://experience.adobe.com |
URL della Pagina della Politica sulla Privacy | https://www.adobe.com/privacy/policy.html |
Lingue Supportate | 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": [ " |