Evergage Visual Editor
Configure the integration of Evergage into your application
Evergage Visual Editorคืออะไร?
Evergage Visual Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://evergage.com และคุณลักษณะหลักของมันคือ "Configure the integration of Evergage into your application"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Evergage Visual Editor
ดาวน์โหลดไฟล์ส่วนขยาย Evergage Visual Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Evergage – The Real-Time Personalization Platform Evergage provides a comprehensive cloud-based platform for marketers to systematically understand each website visitor or application user and – in real time – deliver a maximally relevant, individualized experience. Companies across industries rely on Evergage to improve engagement, increase conversion rates and build valuable relationships. The Visual Editor Chrome extension allows Evergage users to build and deploy personalization campaigns on their website using an intuitive WYSIWYG editor. Once users have installed the Chrome extension and logged into their Evergage account, they can visually configure campaigns – including inline content changes, overlay messages and dynamic recommendations – and deploy them within minutes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hfjgfpjcmigilpmndgfecpiokjjgejoi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/evergage-visual-editor/hfjgfpjcmigilpmndgfecpiokjjgejoi |
คำอธิบาย | Configure the integration of Evergage into your application |
ขนาดไฟล์ | 18.91 MB |
จำนวนการติดตั้ง | 1,258 |
เวอร์ชันปัจจุบัน | 236.12 |
อัปเดตครั้งล่าสุด | 2022-05-19 |
วันที่เผยแพร่ | 2019-10-09 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://evergage.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.salesforce.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Evergage Visual Editor", "version": "236.12", "manifest_version": 2, "description": "Configure the integration of Evergage into your application", "content_security_policy": "script-src 'self' https:\/\/localtest.apptegic.com:8443 https:\/\/*.apptegic.com https:\/\/localtest.evergage.com:8443 https:\/\/*.evergage.com https:\/\/assets.zendesk.com https:\/\/www.google-analytics.com https:\/\/us.evergage.com 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": { "19": "backgroundPage\/images\/evergage-icon-32-off.png", "38": "backgroundPage\/images\/evergage-icon-32-off.png" }, "default_popup": "browserAction\/browserActionPopup.html" }, "background": { "page": "backgroundPage\/background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "contentScripts\/scripts\/evergageContentScript.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ "sideBars\/sideBarTools.html", "contentScripts\/html\/*.html", "contentScripts\/styles\/*.css", "contentScripts\/css\/*.css", "contentScripts\/images\/*.png", "contentScripts\/images\/*.svg", "contentScripts\/fonts\/SF\/*.otf", "contentScripts\/websiteContextScripts\/*", "contentScripts\/thirdparty\/scripts\/*", "contentScripts\/fonts\/**\/*", "firstLaunchIFrame\/firstLaunchIFrame.html", "topFrameResources\/*", "ui\/index.html", "ui\/visualEditorTray.html", "ui\/styles\/main.css.map", "ui\/images\/*.png", "ui\/images\/icons\/*.png", "ui\/node_modules\/jquery\/dist\/jquery.min.map", "ui\/node_modules\/jquery\/dist\/jquery.js", "ui\/fonts\/*" ], "icons": { "16": "backgroundPage\/images\/evergage-icon-16.png", "48": "backgroundPage\/images\/[email protected]", "128": "backgroundPage\/images\/[email protected]" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webRequest", "webRequestBlocking", "clipboardWrite", "webNavigation", "cookies" ], "minimum_chrome_version": "26.0" } |