AirDNA - MarketMinder Chrome Extension
Tools for real estate market insights
Cos'è AirDNA - MarketMinder Chrome Extension?
AirDNA - MarketMinder Chrome Extension è un'estensione di Chrome sviluppata da AirDNA, e la sua funzione principale è "Tools for real estate market insights".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AirDNA - MarketMinder Chrome Extension
Scarica i file di estensione AirDNA - MarketMinder Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Short term rental market insights for Zillow, Redfin and more Informazioni di Base sull'Estensione
| Nome | |
| ID | ibcfpkcamncjmjapmplmfmkdmlghlhhf |
| URL Ufficiale | https://chromewebstore.google.com/detail/airdna-marketminder-chrom/ibcfpkcamncjmjapmplmfmkdmlghlhhf |
| Descrizione | Tools for real estate market insights |
| Dimensione del File | 18.63 KB |
| Conteggio Installazioni | 113 |
| Versione Corrente | 0.0.6 |
| Ultimo Aggiornamento | 2023-02-19 |
| Data di Pubblicazione | 2023-02-17 |
| Sviluppatore | AirDNA |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://airdna.co |
| Lingue Supportate | 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\/*"
]
}
]
} | |