AirDNA - MarketMinder Chrome Extension
Tools for real estate market insights
Qu'est-ce que AirDNA - MarketMinder Chrome Extension ?
AirDNA - MarketMinder Chrome Extension est une extension Chrome développée par AirDNA, et sa fonction principale est "Tools for real estate market insights".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AirDNA - MarketMinder Chrome Extension
Téléchargez les fichiers d'extension AirDNA - MarketMinder Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Short term rental market insights for Zillow, Redfin and more
Informations de Base sur l'Extension
Nom | AirDNA - MarketMinder Chrome Extension |
ID | ibcfpkcamncjmjapmplmfmkdmlghlhhf |
URL Officiel | https://chromewebstore.google.com/detail/airdna-marketminder-chrom/ibcfpkcamncjmjapmplmfmkdmlghlhhf |
Description | Tools for real estate market insights |
Taille du Fichier | 18.63 KB |
Nombre d'Installations | 113 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2023-02-19 |
Date de Publication | 2023-02-17 |
Développeur | AirDNA |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://airdna.co |
Langues Prises en Charge | 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\/*" ] } ] } |