AirDNA - MarketMinder Chrome Extension
Tools for real estate market insights
Co to jest AirDNA - MarketMinder Chrome Extension?
AirDNA - MarketMinder Chrome Extension to rozszerzenie Chrome opracowane przez AirDNA, a jego główną funkcją jest „Tools for real estate market insights”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AirDNA - MarketMinder Chrome Extension
Pobierz pliki rozszerzeń AirDNA - MarketMinder Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Short term rental market insights for Zillow, Redfin and more Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ibcfpkcamncjmjapmplmfmkdmlghlhhf |
| Oficjalny URL | https://chromewebstore.google.com/detail/airdna-marketminder-chrom/ibcfpkcamncjmjapmplmfmkdmlghlhhf |
| Opis | Tools for real estate market insights |
| Rozmiar pliku | 18.63 KB |
| Liczba instalacji | 113 |
| Aktualna Wersja | 0.0.6 |
| Ostatnia Aktualizacja | 2023-02-19 |
| Data Publikacji | 2023-02-17 |
| Deweloper | AirDNA |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://airdna.co |
| Obsługiwane Języki | 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\/*"
]
}
]
} | |