AUSkey for Chrome

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

Co to jest AUSkey for Chrome?

AUSkey for Chrome to rozszerzenie Chrome opracowane przez Australian Business Register, a jego główną funkcją jest „Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AUSkey for Chrome

Pobierz pliki rozszerzeń AUSkey for Chrome 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AUSkey for Chrome AUSkey for Chrome
ID jmegndhbalhkegdidohofafobbcabine
Oficjalny URL https://chrome.google.com/webstore/detail/auskey-for-chrome/jmegndhbalhkegdidohofafobbcabine
Opis Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey
Rozmiar pliku 18.82 KB
Liczba instalacji 200,000
Aktualna Wersja 2.0.3
Ostatnia Aktualizacja 2017-05-25
Data Publikacji 2017-05-25
Ocena 1.57/5 Łącznie 183 Oceny
Deweloper Australian Business Register
Typ Płatności free
Strona Rozszerzenia https://abr.gov.au/software-auskey
Adres URL Strony Pomocy https://abr.gov.au/AUSkey/Help-and-support/
Obsługiwane Języki 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"
        }
    ]
}