olelnadmmjajmfadghllopabnadnbpma
WebSDK beacon tracker with CSV export (identical functionality to original, only export format updated). The Adobe Beacon Tracker is a Chrome Extension designed for analysts, developers, and QA engineers who work with Adobe Analytics (AA) or Adobe Experience Platform (AEP) Web SDK implementations. It automatically detects and logs Adobe Analytics beacons (/b/ss/) and Adobe Experience Platform data collection calls (/v1/collect), providing a clean and exportable view of every analytics payload sent from your site. This tool helps you audit, validate, and debug beacon data in real time — without relying on Adobe Debugger or external proxy tools. Instantly detects all outgoing requests to Adobe Analytics (/b/ss/) and Adobe Web SDK (/v1/collect) endpoints. Works across all websites, including SPAs (Single Page Applications) and sites with strict CSP rules. Captures both GET and POST beacons, regardless of the transport method (fetch, XHR, sendBeacon, or Image). Collects beacons from both AppMeasurement and Web SDK in a unified format. Classifies each beacon as either “page load” or “link” based on the presence of pev2. All captured data is stored securely in your browser’s localStorage. No data ever leaves your machine. Logs can be cleared at any time with one click. Beacons are sorted by beacon type for easier QA and SDR mapping. The extension does not collect, transmit, or share any personal data. All processing happens locally in your browser. Fully transparent and open-source under permissive terms. 🧩 Why Use Adobe Beacon Tracker For Analysts Export data for SDR (Solution Design Reference) mapping and validation. For Developers Debug and verify s.t() / s.tl() calls or Web SDK event objects. Confirm beacon payloads contain the right keys, values, and structure. For QA Testers Validate that all expected analytics calls fire across page flows. Use the CSV export for documentation, regression testing, or pre-launch QA. Save hours of manual comparison with ready-to-analyze beacon data. For Implementation Consultants Audit Adobe implementations for clients without proxy tools. Generate reproducible exports for SDR mapping and team collaboration. Compare AppMeasurement and Web SDK beacons in one view. Once installed, the Adobe Beacon Tracker injects a lightweight listener script that activates when tracking is enabled. It monitors outgoing network requests to Adobe Analytics and Web SDK endpoints, logging relevant data points such as: eVars, props, events, and XDM fields Timestamp and page URL pev2 (link/page classification) The source method (fetch, XHR, sendBeacon, or Image) From the popup menu: Click Export CSV to download your data All tracking is local — nothing leaves your browser. Want to automatically convert your exported CSV into a readable SDR format with summaries and highlights? Use the companion Google Apps Script hosted here: 🔗 https://github.com/Dloliver/WEBSDKAUDITBOTAPPSCRIPT/tree/main Imports your exported CSV into Google Sheets Generates a Summary sheet showing top events, unique counts, and pev2 breakdowns Adds visual highlights and borders for readability 💡 Ideal for teams using this extension for QA, SDR documentation, or Adobe Experience Platform audits. Your privacy is fully protected: All data remains on your local device unless you export it yourself. You can clear everything anytime using the Clear Logs button. See full details in the Privacy Policy included with the extension or in its GitHub repository. CJA readiness checks — Confirm Web SDK event structures for Customer Journey Analytics. SDR mapping — Quickly align beacon variables with documentation. Client demos — Show real-time data collection for stakeholder visibility. Turn the tracker ON in the popup. Navigate through your site — every beacon is captured automatically. Click Export CSV to download the data. Open the SDR Apps Script in Google Sheets and import your CSV. Run the script to generate your SDR Output and Summary sheets. ✅ Classifies “page load” vs. “link” events ✅ Lightweight UI and toggle controls In-extension beacon viewer Column filters and search by eVar/prop The Adobe Beacon Tracker is your privacy-safe, all-in-one debugging companion for Adobe Analytics and Web SDK implementations. It streamlines analytics QA, SDR mapping, and beacon validation — all without complex setup or third-party proxies. If you work with Adobe Analytics or AEP, this is the extension you’ll wish you had sooner. Privacy Policy: Included in extension and repository Developed by: Do More Media Group LLC Author: Dennis Oliver (Dloliver)
AEP Requests Analyzer
Extension to parse Adobe Experience Platform analytics requests Are you using Adobe Experience Platform Launch with the Adobe Analytics Connector in your website or web application? Are you tired of manually looking for which parameters were sent to Analytics? This extension is perfect for you! Simply open the console and enjoy a clear visualization of the variables sent to Analytics! In this first version I tried to display all the necessary parameters; in case you need a specific one, feel free to contact me or open an issue on GitHub :)
AEP Engineer Toolkit
Toolkit for AEP Web SDK engineers. Validate Events, inspect Batch Failures, and analyze implementations with AI. The ultimate AEP Web SDK debugger. Validate XDM ExperienceEvents, inspect batch failure logs, and get AI-powered fixes. Stop guessing what's in your XDM payload. The AEP Web SDK Engineer Toolkit is the essential extension for any digital analytics engineer, implementer, or developer working with Adobe Experience Platform. This toolkit provides four powerful tools in one: a real-time Event Debugger (Free), an AI-powered TagAI assistant (Premium), Advanced Schema Validation (Premium), and an API-driven Batch Inspector with AI Insights (Premium) ? designed to save you hours of debugging time. See your AEP Web SDK events (/interact, /collect) in real-time. This tool is a modern replacement for the classic Adobe Analytics debugger, built specifically for XDM payloads and the AEP Web SDK. - Capture All Beacons: Reliably intercepts both fetch and sendBeacon requests. - Grouped by Page: Events are automatically grouped by the page they fired on for easy analysis. - Clean & Searchable UI: View XDM payloads in a clean, collapsible tree. Search all field names and values with Regex support. - Save & Share Searches: Save your complex search queries to your history for one-click reuse. --- TagAI: Your Implementation Assistant (Premium) --- TagAI is a conversational AI assistant built directly into your browser. Have a back-and-forth conversation about the Adobe Launch library on any site you're viewing — TagAI remembers what you've already asked and builds on it. A subscription is required for all AI modes — built-in proxy (50 requests/day), your own Gemini API key, or OpenAI. - Full Conversation Mode: Hold a multi-turn dialogue with the AI. Ask a question, get an answer, then dig deeper — TagAI retains context across your entire conversation so you never have to repeat yourself. - Context-Aware: TagAI reads the live Adobe Launch (Data Collection) configuration on the page — including Rules, Data Elements, and Custom Code — to give you accurate, site-specific answers. - Saved Chats: Every conversation is saved with an auto-generated title so you can pick up where you left off. Pin important chats so they always stay at the top. - Suggested Follow-Ups: After each answer, TagAI suggests relevant follow-up questions to help you dig deeper without having to think of what to ask next. - Background Processing: AI responses keep streaming even if you close the popup. Reopen it and your conversation will be waiting. - Flexible AI Options: Subscribers get 50 AI requests per day using the built-in Google Gemini proxy (automatically uses the latest available Gemini Pro model), with the option to bring your own Gemini or OpenAI API key for unlimited requests. - Usage Tracker: A live counter in the popup header shows your remaining AI requests for the current day. - Export Answers: Copy responses to clipboard, download as Markdown, or save as PDF for documentation and team sharing. Move beyond simple JSON viewing. Our validation engine automatically checks your live XDM payloads against your official AEP schema, right in your browser. - Per-Tab Schema Selection: Select the active schema for each browser tab from a simple dropdown in the popup. Perfect for multitasking across different projects or sandboxes. - Automatic Schema Matching: Automatically applies the correct schema if the event's meta:altId matches a schema you've imported. - Find Errors Instantly: - Type Mismatch: Highlights fields sent as the wrong type (e.g., string instead of integer). - Missing Required Fields: Warns you if a required field (like _id or timestamp) is missing from the payload. - Unmatched Keys: Flags any fields you're sending that do not exist in your schema, helping you spot typos or outdated implementations. - Custom Field Titles: Toggle between friendly schema "Titles" (e.g., "Page Views") and the raw field names (e.g., web.webPageDetails.pageViews.value). - Download Events: Export all captured events for a page to JSON or CSV. Stop guessing why your AEP batch failed. The Batch Inspector connects directly to the AEP API to give you answers. - One-Click Inspection: The extension automatically finds static Batch IDs in the AEP UI and turns them into clickable links. - Fetch Detailed Logs: Click a link to securely pull the actual failed event logs from the AEP API (requires AIO credentials). - Smart Summary View: Don't read raw JSON. The inspector summarizes thousands of errors, grouping them by error message, field path, and the most common invalid values. - AI-Powered Fixes: Click the AI button next to any error group to get an instant analysis. The AI examines the failed payloads and your site's live Adobe Launch configuration to provide a clear Likely Cause, Debugging Steps, and a Proposed Solution. Managing schemas for multiple clients and sandboxes is now simple. - API Import: Securely connect to your Adobe I/O project, fetch your sandboxes, and import all your ExperienceEvent schemas with one click. - Manual Import: Paste JSON or upload a schema file. The tool intelligently merges all standard field groups (experienceevent-web, experienceevent-device, commerce, search, etc.) automatically. 1. Event Debugger: a. Install the extension, open the popup on a page with the AEP Web SDK, and events will appear. b. (Premium) Go to Options to import your schemas. c. (Premium) Select your active schema from the dropdown in the popup to enable validation. 2. TagAI (Premium): a. Subscribe and open the extension on any site running Adobe Launch. b. Switch to the "TagAI" tab. c. Type a question and click "Ask AI" to start a conversation. Ask follow-up questions naturally — TagAI keeps the full context. d. Use "New Chat" to start fresh or open "Chats" to resume a saved conversation. e. Subscribers get 50 requests per day using the built-in proxy, with the option to bring your own Gemini or OpenAI API key for unlimited requests. 3. Batch Inspector (Premium): a. Go to the extension's Options page > API Import tab. b. Enter your Adobe I/O credentials (Client ID, Secret, Org ID). These are stored locally and never shared. c. Go to the Settings tab and enter your Google Gemini or OpenAI API key to enable AI Insights. d. Navigate to a failed batch in the AEP UI and click the (now hyperlinked) Batch ID. e. The extension popup will open to the Batch Inspector tab with your results. Your credentials and data are secure. - Adobe I/O Credentials: Stored only on your local computer using chrome.storage.local. They are never transmitted to any server except Adobe's. - AI API Keys (Gemini, OpenAI): Stored only on your local computer. They are sent directly from your browser to Google or OpenAI when you request an analysis. - Built-in AI Proxy: When using the built-in AI mode (no personal API key), your questions and Launch configuration are routed through our secure Google Cloud proxy to Google Gemini. No payload data is stored on the proxy ? only an anonymous usage count for rate limiting. - Subscription Verification: Payment status is verified server-side via Stripe to enforce usage limits securely. No payment details are accessible to the extension. - No Unnecessary Data Collection: This extension does not collect or transmit your browsing data, event data, or credentials to any third-party server beyond the services you explicitly initiate (Adobe APIs, AI providers, and the built-in proxy for subscriber AI requests).
Launch and DTM Switch
Enables the developer to locally override the embedded Launch or DTM library for testing. Allows environment selection and debug toggling for DTM and Launch, by Adobe. This handy extension from the analytics team at Search Discovery allows you to select environments for Adobe Launch and to toggle the debug and staging mode for Adobe Dynamic Tag Management. The debug mode tells the DTM or Launch library to add application messaging to the console. The staging mode for DTM uses the staging library instead of the production library. For sites using Adobe Launch, the switch allows easy switching of environments within a property. Once installed, an icon will appear in the address bar when a site has Adobe Launch or DTM installed. Click on the icon to expose the control panel. Notice of anonymous usage tracking: This extension tracks anonymous usage data. This data helps us understand usage patterns in order to provide a better product. We track interactions within this extension and nothing else. If you would like to opt out of this tracking, just press the gear icon in the upper right of any panel and click “No.” v2.0.12 Update Notes - Another Fix for "Record Environments" functionality ("x-gw-ims-org-id" is now a required header for Launch API) v2.0.11 Update Notes - Fix for "Record Environments" functionality v2.0.10 Update Notes - Fixes for Adobe's new framing of Launch within experience.adobe.com v2.0.8 Update Notes - Support for 99 Environments per Launch Property (previously 25) v2.0.6 Update Notes - Added support for DTM linked launch properties - Added "Clear Environments" button on the settings tab - Allow for Launch debugging to be activated when no environments are recorded Our overhaul of this extension is part of Search Discovery’s larger commitment to the Launch, by Adobe platform and to our clients as they migrate. Find out more about Search Discovery’s solutions for Launch, by Adobe. Feedback : launch-switch-extension@searchdiscovery.com
AppVerse - catalog for Telegram Mini Apps
AppVerse to help you easily discover awesome web apps in Telegram 🚀 Discover the world of Telegram like never before with AppVerse – your all-in-one Chrome Extension to explore, pin, and launch the best Telegram Mini Apps. Are you tired of scrolling endlessly through Telegram chats looking for cool games or useful tools? AppVerse helps you access the most trending and powerful Telegram Mini Apps in just a few clicks — right from your browser! 🔥 Why AppVerse? AppVerse is the fastest and easiest way to browse, organize, and access Telegram Mini Apps — directly inside your browser, with seamless integration. Whether you're a gamer, productivity enthusiast, or Telegram power user, AppVerse is designed to make your experience smoother, faster, and more enjoyable. ✅ Key Features 🔍 Browse Top Telegram Mini Apps Discover the most popular and trending mini apps in the Telegram ecosystem. From casual games to advanced utilities, AppVerse brings them all together in one place. 📌 Pin Favorite Apps Instantly Drag and drop your favorite Telegram Mini Apps to the “Pinned” section to access them anytime with just one click. 💫 Organize Your Catalog Rearrange your pinned apps to suit your needs — prioritize tools you use daily, keep games at the bottom, or sort them any way you like. 🌐 One-Click Launch No need to navigate through Telegram — launch any Mini App directly from your browser with deep Telegram links. 🔄 Daily Updates Stay ahead with daily app refreshes and hand-picked new releases. Never miss a trending Telegram Mini App again. 🎯 Optimized for Chrome Lightweight, fast, and privacy-friendly — built using best practices for Chrome Extension performance. 💡 Use Cases • Play the latest Telegram mini games without searching. • Access productivity tools for notes, reminders, time tracking, and more. • Maintain a clean, personalized dashboard of your most-used Telegram tools. 🛡 Privacy and Transparency Your data stays safe. AppVerse does not collect personal data, browsing history, or Telegram account information. All interactions happen directly through secure Telegram deep links. No sign-in required. 🔧 How It Works • Install AppVerse from the Chrome Web Store. • Open the extension popup by clicking the AppVerse icon in your browser. • Pin your favorite ones with drag-and-drop. 💬 What Are Telegram Mini Apps? Telegram Mini Apps are lightweight applications that run inside Telegram chats. They include games, tools, bots, and productivity services. With AppVerse, you don’t need to hunt for these apps — everything is sorted and one click away. 💻 Built for Everyone Whether you're a gamer looking for fun mini games like Hamster Kombat, or a professional in need of Telegram utilities, AppVerse provides a curated experience with performance, usability, and discovery at its core. ⚠️ Disclaimer: Telegram™ is a trademark of Telegram FZ LLC. This Chrome extension is not affiliated with, endorsed by, or certified by Telegram™. AppVerse is an independent catalog and launcher for Telegram Mini Apps, designed to enhance the usability of Telegram Web/Desktop. We fully comply with Chrome Web Store policies and privacy standards. 💎 Try AppVerse Today! AppVerse is trusted by Telegram users who want a faster, smarter way to experience mini apps. ⭐️ Install now and make Telegram even more powerful — right from your browser.