AirDNA - MarketMinder Chrome Extension
Tools for real estate market insights
Wat is AirDNA - MarketMinder Chrome Extension?
AirDNA - MarketMinder Chrome Extension is een Chrome-extensie ontwikkeld door AirDNA, en de belangrijkste functie is "Tools for real estate market insights".
Extensie Screenshots
Download het CRX-bestand van de extensie AirDNA - MarketMinder Chrome Extension
Download AirDNA - MarketMinder Chrome Extension-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
Short term rental market insights for Zillow, Redfin and more Basisinformatie over de Extensie
| Naam | |
| ID | ibcfpkcamncjmjapmplmfmkdmlghlhhf |
| Officiële URL | https://chromewebstore.google.com/detail/airdna-marketminder-chrom/ibcfpkcamncjmjapmplmfmkdmlghlhhf |
| Beschrijving | Tools for real estate market insights |
| Bestandsgrootte | 18.63 KB |
| Aantal Installaties | 113 |
| Huidige Versie | 0.0.6 |
| Laatst Bijgewerkt | 2023-02-19 |
| Publicatiedatum | 2023-02-17 |
| Ontwikkelaar | AirDNA |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://airdna.co |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "AirDNA - MarketMinder Chrome Extension",
"description": "Tools for real estate market insights",
"version": "0.0.6",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"options_page": "settings\/settings.html",
"action": {
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"default_title": "AirDNA",
"default_popup": "popup\/popup.html"
},
"background": {
"service_worker": "background\/service-worker.js"
},
"content_scripts": [
{
"run_at": "document_start",
"js": [
"before.js"
],
"matches": [
"https:\/\/www.zillow.com\/*"
]
},
{
"run_at": "document_idle",
"js": [
"after.js"
],
"matches": [
"https:\/\/www.zillow.com\/*"
]
}
]
} | |