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, "name": "Formula Explorer", "version": "1.8.0", "description": "Formula Explorer brings step-by-step formula breakdowns, interactive precedent tracing and formatting utilities to Google Sheets.", "background": { "service_worker": "background.js" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArItMAfgQzfDx0UzeFvFb9OyX5GWXyPrVnrhyKOf1i4J9nsf2oj6V9yMhb+AgWymscO4q\/OAE8+QZ16lcer\/tdn1Qc663AdEfMVPyCi55rjG1uPIhWXcKijvY3xr\/1pIhcX9kDrwuUDvUga7W53OmQSz\/WgcqtrO2D2tWRZKcZkgtSE2WA7\/r\/nwo6a\/urY+dhO\/0Q0YfH5ptTnYDO7b+47PE5j1vK1uEr6i+hSw+z2X8Jz8gExKJzBmtcZFD1mtAfgdHP1P8srkHPGKsp4vVtIjtR37DJZKaBVOACmp5PBILGg9tYtrFPIE1UU5PGxC1DFvlmP8sU+aEw1JtmY1kowIDAQAB", "action": { "default_title": "Open Formula Explorer Settings", "default_icon": { "16": "assets\/icon16.png", "32": "assets\/icon32.png" }, "default_popup": "index.html" }, "icons": { "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "index.html", "index.html\/*", "assets\/logo.svg" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/spreadsheets\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab", "scripting", "identity", "storage", "alarms" ], "host_permissions": [ "https:\/\/docs.google.com\/spreadsheets\/*", "https:\/\/formula-explorer.cognisheets.com\/api\/*", "https:\/\/accounts.google.com\/o\/oauth2\/revoke\/*" ], "oauth2": { "client_id": "241014300902-e4mr4t7dpves5e7ga4777c4364fk1idu.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] } }