AUSkey for Chrome

Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey

Cos'è AUSkey for Chrome?

AUSkey for Chrome è un'estensione di Chrome sviluppata da Australian Business Register, e la sua funzione principale è "Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AUSkey for Chrome

Scarica i file di estensione AUSkey for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension will not work without the AUSkey Installer which can be downloaded from: https://abr.gov.au/software-auskey.

For more information please see the support tab or contact 1300 AUSKEY or see the detailed guide at https://goo.gl/vlkIJI.                    

Informazioni di Base sull'Estensione

Nome AUSkey for Chrome AUSkey for Chrome
ID jmegndhbalhkegdidohofafobbcabine
URL Ufficiale https://chrome.google.com/webstore/detail/auskey-for-chrome/jmegndhbalhkegdidohofafobbcabine
Descrizione Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey
Dimensione del File 18.82 KB
Conteggio Installazioni 200,000
Versione Corrente 2.0.3
Ultimo Aggiornamento 2017-05-25
Data di Pubblicazione 2017-05-25
Valutazione 1.57/5 Totale 183 Valutazioni
Sviluppatore Australian Business Register
Tipo di Pagamento free
Sito Web dell'Estensione https://abr.gov.au/software-auskey
URL della Pagina di Aiuto https://abr.gov.au/AUSkey/Help-and-support/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AUSkey for Chrome",
    "description": "Please download and run the AUSkey Installer first from https:\/\/abr.gov.au\/software-auskey",
    "version": "2.0.3",
    "background": {
        "scripts": [
            "auskey-ext-id.js",
            "auskey-ext-main.js"
        ],
        "persistent": false
    },
    "permissions": [
        "nativeMessaging",
        "tabs"
    ],
    "icons": {
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/localhost\/*",
                "http:\/\/localhost\/*",
                "https:\/\/*.abr.gov.au\/*",
                "https:\/\/*.ato.gov.au\/*",
                "https:\/\/*.atodnet.gov.au\/*",
                "https:\/\/authentication.dac01few01v\/*",
                "https:\/\/dac01ths14v.dev.vanguard.local\/*",
                "https:\/\/*.dev.vanguard.local\/*",
                "http:\/\/*.dev.vanguard.local\/*",
                "https:\/\/*.business.gov.au\/*",
                "https:\/\/authentication.business.localhost\/*"
            ],
            "js": [
                "auskey-ext-cs.js"
            ],
            "run_at": "document_start"
        }
    ]
}