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", "name": "Formula Bot - AI Data Analyst", "version": "1.0", "description": "Injects a custom button into Google Sheets for data analysis using Formula Bot.", "manifest_version": 3, "icons": { "48": "icons\/logo_48.png" }, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/spreadsheets\/*" ], "js": [ "contentScript.js" ] } ] }