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",
"manifest_version": 3,
"name": "RIA - Rental Investment Analyzer.",
"version": "0.2.8",
"description": "An extension for Rental property investment analysis. As user browse real estate sites it computes financial metrics.",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl0WmFMuTnNiUTnBFzdWdTJ6PvgXHq+uXdm87kIqEnCrEVvWEFq0+a6Ep\/y3ey1u2j53C7P7YXxgyJLcqGs240bCD6LR8AJZi+n3W8KAe87o8JfsYUQYYDe7EgHitpiciore4BW\/eMpJioTk1F5V5Hk1gPcr2wBL0WvtBptmdDKQp8UuFwsvWspx+MvrTElyPJRUVHhsvQWW0\/OVMguHQRxr1A53zs\/XzN4ZdChZhdBDzaEklL9FDYDqzDGPmZcrvctBAwXo64fqfj4et092jsFYt1G6hpXUlrW\/ouJiehpKBOwMoAWdTO6xof3iaDRnP9IkhUFeCxbOQTAZ5xMt+xwIDAQAB",
"permissions": [
"storage",
"identity",
"identity.email"
],
"action": {
"default_icon": "jappa-128x128.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.zillow.com\/*"
],
"js": [
"content.js"
]
}
],
"oauth2": {
"client_id": "217358542905-rpe4es2hh7h7bmqkdikjurma778l30l8.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "favicon-16x16.png",
"32": "favicon-32x32.png",
"128": "jappa-128x128.png"
},
"web_accessible_resources": [
{
"resources": [
"analysis.html",
"zillow_data.html",
"analysis.js",
"zillow_data.js",
"detail_analysis_page.html",
"detail_analysis_page.js",
"document.html",
"privacy.html",
"terms.html",
"jappa-192x192.png",
"jappa-128x128.png"
],
"matches": [
"<all_urls>"
]
}
]
}