AUSkey for Chrome

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

¿Qué es AUSkey for Chrome?

AUSkey for Chrome es una extensión de Chrome desarrollada por Australian Business Register, y su función principal es "Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión AUSkey for Chrome

Descarga archivos de extensión AUSkey for Chrome en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre AUSkey for Chrome AUSkey for Chrome
ID jmegndhbalhkegdidohofafobbcabine
URL Oficial https://chrome.google.com/webstore/detail/auskey-for-chrome/jmegndhbalhkegdidohofafobbcabine
Descripción Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey
Tamaño del Archivo 18.82 KB
Cantidad de Instalaciones 200,000
Versión Actual 2.0.3
Última Actualización 2017-05-25
Fecha de Publicación 2017-05-25
Calificación 1.57/5 Total de 183 Calificaciones
Desarrollador Australian Business Register
Tipo de Pago free
Sitio Web de la Extensión https://abr.gov.au/software-auskey
URL de la Página de Ayuda https://abr.gov.au/AUSkey/Help-and-support/
Idiomas Soportados 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"
        }
    ]
}