Homescope
Discover cashflow rental properties in seconds!
Wat is Homescope?
Homescope is een Chrome-extensie ontwikkeld door https://homescope.io, en de belangrijkste functie is "Discover cashflow rental properties in seconds!".
Extensie Screenshots
Download het CRX-bestand van de extensie Homescope
Download Homescope-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Homescope Extension by homescope.io
Use Homescope to instantly analyze a real estate property right within Zillow.
Estimate your operating expenses and see estimate your monthly cash flow for a rental property.
See more details at: https://homescope.io Basisinformatie over de Extensie
| Naam | |
| ID | idiapepibkojbdegibeeoodjgpolflne |
| Officiële URL | https://chromewebstore.google.com/detail/homescope/idiapepibkojbdegibeeoodjgpolflne |
| Beschrijving | Discover cashflow rental properties in seconds! |
| Bestandsgrootte | 1.1 MB |
| Aantal Installaties | 158 |
| Huidige Versie | 2.1.5 |
| Laatst Bijgewerkt | 2022-10-10 |
| Publicatiedatum | 2022-09-07 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://homescope.io |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://homescope.io |
| Help Pagina-URL | https://homescope.io/contact |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Homescope",
"version": "2.1.5",
"icons": {
"16": "assets\/icons\/logo192.png",
"48": "assets\/icons\/logo192.png",
"128": "assets\/icons\/logo192.png"
},
"description": "Discover cashflow rental properties in seconds!",
"homepage_url": "https:\/\/homescope.io",
"short_name": "Homescope",
"permissions": [
"tabs",
"storage",
"identity"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"author": "calebfahlgren",
"minimum_chrome_version": "88",
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"service_worker": "js\/serviceworker.bundle.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.zillow.com\/*",
"https:\/\/*.zillow.com\/*"
],
"js": [
"js\/contentScript.bundle.js"
],
"css": [
"assets\/styles\/sidebar.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"css\/*",
"assets\/*"
],
"matches": [
" | |