AUSkey for Chrome

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

Apa itu AUSkey for Chrome?

AUSkey for Chrome adalah ekstensi Chrome yang dikembangkan oleh Australian Business Register, dan fitur utamanya adalah "Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AUSkey for Chrome

Unduh file ekstensi AUSkey for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AUSkey for Chrome AUSkey for Chrome
ID jmegndhbalhkegdidohofafobbcabine
URL Resmi https://chrome.google.com/webstore/detail/auskey-for-chrome/jmegndhbalhkegdidohofafobbcabine
Deskripsi Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey
Ukuran File 18.82 KB
Jumlah Instalasi 200,000
Versi Saat Ini 2.0.3
Terakhir Diperbarui 2017-05-25
Tanggal Publikasi 2017-05-25
Penilaian 1.57/5 Total 183 Penilaian
Pengembang Australian Business Register
Tipe Pembayaran free
Situs Ekstensi https://abr.gov.au/software-auskey
URL Halaman Bantuan https://abr.gov.au/AUSkey/Help-and-support/
Bahasa yang Didukung 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"
        }
    ]
}