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": "Pro Property Insights: Real Estate Analyzer", "description": "Extract and analyze real estate trends and data from Zillow. Perfect for investors, agents, buyers\/sellers, data analysts.", "version": "2.1.2", "action": { "default_popup": "index.html", "default_title": "Open" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhwqI9thi6S0z2Vi6S4CpH2BXRly+KfHx9F\/vuSvuqwWlj5eziOaMcRyhrYcAkdTxkp6xdTpQ9ZJfxQni53vhNQ4qdNQea7kxXWUUf4XfIhazWYlv17nbNQCkbkDyq9qIUneGJ3XOku0joUHytR0Vi4TfUdg5Aj2g\/LfY3WZr5fUGFJ5i2kanHwchQfo9TD\/KWN3QyUHCpI1TKdz5x8qYK1OFEaU+x96SgAVW4lWetRQNkjb9JMcrovUZYWxOOXcbQl1IeNWAnNlGboMe5E\/+TxImmtqS7EoLXfpyymBI8fahnJYf+jLEqX5DVl8zD3lLu5O1jwyB2Q3i\/U0+6jDFewIDAQAB", "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "16": "picon_16.png", "48": "picon_48.png", "128": "picon_128.png" }, "permissions": [ "scripting", "storage", "identity", "identity.email", "activeTab", "sidePanel", "tabs" ], "side_panel": { "default_path": "index.html" }, "optional_host_permissions": [ "https:\/\/*.zillow.com\/*" ], "oauth2": { "client_id": "1030696619789-ncb34e08sll2ukcnn5ah1e7eqti85aqu.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/drive.file" ] } }