Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6HAuCkuVdAK0mUjU63h4qo1sUewL4Z0qV7HPylxfrt3zwbZbg4GSG2yqMKPsZ0CABVhV2un8MuvFk30\/quysJBwQhlT+hIOjIfkfYT2OTY+LVRm7nUZ1plpvH\/IGBgJsgfuw9m8ZbMBCKBbxFied9zv9p6JUhINpjYr06Wuwv0mCu9yKR43\/9ngZvXUOBmagW3o5J0P5r9aMNoJsMuXbFfOSfT7mXu2mzXfogeIHdd+VBuEfRmCKLITcH9G6RSfLquwk+u6N6D5XZv8ERyzR+1NzzrZTUlBZcKGJ7gkWad71Vgien\/ZJ6BSb4zSx\/dviBH816XldwR+ac3UGtutXFwIDAQAB", "name": "Wallabi: AI Data Analysis for Google Sheets, GA4, Salesforce, HubSpot", "short_name": "Wallabi", "version": "1.0.13", "description": "Proactive business intelligence for marketing and revenue teams. Replace your dashboards with automated insights and AI reports.", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "sidePanel", "tabs", "offscreen", "alarms", "storage", "notifications" ], "action": { "default_title": "Open Wallabi" }, "side_panel": { "default_path": "sidePanel.html" }, "background": { "service_worker": "assets\/worker.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/app.wallabi.ai\/*" ], "js": [ "assets\/contentScript.js" ] } ], "host_permissions": [ "https:\/\/app.wallabi.ai\/*", "https:\/\/clerk.wallabi.ai\/*" ], "externally_connectable": { "matches": [ "https:\/\/app.wallabi.ai\/*" ] } }