AI product readDeveloper tool extension that launches and supports Salesforce CDP Sitemap Editor and Interaction Studio Visual Editor (formerly Evergage) on any domain
Provides developers and marketers with browser-based tools to configure, debug, and test Salesforce Interaction Studio (personalization/CDP) implementations directly on live websites without needing to navigate to the Salesforce admin console
1. User installs extension and navigates to a website with Salesforce Interaction Studio SDK integrated. 2. Extension automatically detects the SDK integration via content script injection. 3. User clicks extension popup to see SDK status and available tools. 4. User can toggle Visual Editor to visually configure experiences, launch Sitemap Editor to define page structure, enable debugger to inspect SDK calls, or activate campaign test mode. 5. Extension injects pageContext.js and manages interactions between the browser and Salesforce Interaction Studio CDN endpoints (cdn.evergage.com, cdn.evgnet.com).
Launch Salesforce CDP Sitemap Editor on any domainLaunch Interaction Studio Visual Editor on any domainBuilt-in debugger panel for inspecting SDK behaviorCampaign test mode for testing personalization campaignsForce SDK URL override capabilityToggle to disable Evergage/Interaction Studio personalization
- Target users
- Salesforce Interaction Studio developers / Salesforce CDP implementation engineers / Marketing technologists configuring personalization / QA engineers testing Salesforce Interaction Studio campaigns
- All main source files (background.js, content.js, popup.js, debugger.js) are minified webpack bundles on single lines, making granular code analysis difficult
- Cannot determine exact login flow details within the Salesforce destination services from extension code alone
- The extension references both 'Evergage' (pre-acquisition name) and 'Salesforce Interaction Studio' (post-acquisition name), indicating legacy code that may have evolved
MonetizationNo paid features detected
The extension itself contains no payment processing, subscription gating, premium feature flags, or billing UI. No terms like 'premium', 'upgrade', 'stripe', or 'payment' were found in meaningful context. The 'payment', 'subscription', and 'stripe' keyword hits in debugger.js and popup.js are from generic React/Redux library code patterns, not actual payment logic. The destination service (Salesforce Interaction Studio/CDP) is a paid enterprise product, but the extension does not gate any features behind payment.
- Confidence
- 85
- Payment platform
- --
- Source
- AI / High
- Login required
- Yes
- Reason
- The extension itself does not implement its own login UI or authentication system. However, it is a launcher tool for Salesforce CDP Sitemap Editor and Interaction Studio Visual Editor — both of which are part of Salesforce's enterprise platform requiring Salesforce account authentication to use. The extension detects SDK integration on web pages and launches these Salesforce tools, which would require a logged-in Salesforce session.