Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Realtime Content Insights Chrome Extension", "version": "1.1.2", "description": "The RCI Chrome Extension allows you to understand how your readers are interacting with your content, in realtime.", "manifest_version": 3, "oauth2": { "client_id": "615708706800-4k8qdnmvjkta4jaujtupk4dl036cq9h1.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/analytics.readonly" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAywGKRKhrNhaU2zNx7eOc2jR+xCgy31AW5UE6LaF13oSLa02h6Fs\/dhDE233\/OOb7bQeswKhr5NnzdPjo5JCZct9T+gBLCOv7FdTANkkhgm5MmysNVzPTYbm7fiVbe\/rBVT3nLtqYQWhcglqOUZPMj+BM4LtMX4gCtassbt9dj4bzvJA0gjjKZWKw6kgoPr+Myq9D0+NOhiNutfoGmiQ7lqZQhGWVSIFIXA0LyIkgvS3pRMibi7T+SiN\/Gpsx2LTUQA+JYtrdO8E2aKhBDjWJAV\/CsHsdX1ShTLiZetPUBD3RjXRu6A2QMvSg9LtqjRelTyoZluNYgCq\/MmtIWqaoYQIDAQAB", "permissions": [ "identity", "declarativeContent", "storage", "tabs", "webRequest", "alarms" ], "host_permissions": [ "*:\/\/*.google.com\/", "http:\/\/*\/", "https:\/\/*\/", "https:\/\/www.googleapis.com\/" ], "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "background": { "service_worker": "dist\/background.bundle.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "dist\/content.bundle.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/*", "images\/*", "css\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } }