nbnm8

Checks nbn availability so you don't have to.

Qu'est-ce que nbnm8 ?

nbnm8 est une extension Chrome développée par https://www.nbnm8.com, et sa fonction principale est "Checks nbn availability so you don't have to.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension nbnm8

Téléchargez les fichiers d'extension nbnm8 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

                        nbnm8 automatically fetches nbn availability for each property result on realestate.com.au, domain.com.au & allhomes.com.au.                    

Informations de Base sur l'Extension

Nom nbnm8 nbnm8
ID akgapnpobmamlnpogjjgoaipdhgmbdmf
URL Officiel https://chromewebstore.google.com/detail/nbnm8/akgapnpobmamlnpogjjgoaipdhgmbdmf
Description Checks nbn availability so you don't have to.
Taille du Fichier 17.05 KB
Nombre d'Installations 404
Version Actuelle 1.2.0
Dernière Mise à Jour 2017-01-25
Date de Publication 2017-01-24
Évaluation 4.13/5 Total 15 Évaluations
Développeur https://www.nbnm8.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.nbnm8.com
URL de la Page de Politique de Confidentialité https://www.finder.com.au/terms-and-conditions
Langues Prises en Charge 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"
        }
    ]
}