nbnm8
Checks nbn availability so you don't have to.
Wat is nbnm8?
nbnm8 is een Chrome-extensie ontwikkeld door https://www.nbnm8.com, en de belangrijkste functie is "Checks nbn availability so you don't have to.".
Extensie Screenshots
Download het CRX-bestand van de extensie nbnm8
Download nbnm8-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
nbnm8 automatically fetches nbn availability for each property result on realestate.com.au, domain.com.au & allhomes.com.au.
Basisinformatie over de Extensie
Naam | nbnm8 |
ID | akgapnpobmamlnpogjjgoaipdhgmbdmf |
Officiële URL | https://chromewebstore.google.com/detail/nbnm8/akgapnpobmamlnpogjjgoaipdhgmbdmf |
Beschrijving | Checks nbn availability so you don't have to. |
Bestandsgrootte | 17.05 KB |
Aantal Installaties | 404 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2017-01-25 |
Publicatiedatum | 2017-01-24 |
Beoordeling | 4.13/5 Totaal 15 Beoordelingen |
Ontwikkelaar | https://www.nbnm8.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.nbnm8.com |
URL van de Privacybeleid Pagina | https://www.finder.com.au/terms-and-conditions |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "nbnm8", "icons": { "128": "thumbnail.png" }, "browser_action": { "default_title": "nbnm8", "default_icon": "icon.png" }, "description": "Checks nbn availability so you don't have to.", "version": "1.2.0", "permissions": [ "*:\/\/www.realestate.com.au\/*", "*:\/\/www.domain.com.au\/*", "*:\/\/www.allhomes.com.au\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.realestate.com.au\/*", "*:\/\/www.domain.com.au\/*", "*:\/\/www.allhomes.com.au\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |