AirDNA - MarketMinder Chrome Extension
Tools for real estate market insights
What is AirDNA - MarketMinder Chrome Extension?
AirDNA - MarketMinder Chrome Extension is a Chrome extension developed by AirDNA, and its main feature is "Tools for real estate market insights".
Extension Screenshots
Download AirDNA - MarketMinder Chrome Extension Extension CRX File
Download AirDNA - MarketMinder Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Short term rental market insights for Zillow, Redfin and more
Extension Basic Information
Name | AirDNA - MarketMinder Chrome Extension |
ID | ibcfpkcamncjmjapmplmfmkdmlghlhhf |
Official URL | https://chromewebstore.google.com/detail/airdna-marketminder-chrom/ibcfpkcamncjmjapmplmfmkdmlghlhhf |
Description | Tools for real estate market insights |
File Size | 18.63 KB |
Installation Count | 113 |
Current Version | 0.0.6 |
Last Updated | 2023-02-19 |
Publish Date | 2023-02-17 |
Developer | AirDNA |
[email protected] | |
Payment Type | free |
Extension Website | https://airdna.co |
Supported Languages | 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\/*" ] } ] } |