AUSkey for Chrome

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

AUSkey for Chrome란 무엇입니까?

AUSkey for Chrome은(는) Australian Business Register에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey"입니다.

확장 프로그램 스크린샷

screenshot

AUSkey for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 AUSkey for Chrome AUSkey for Chrome
ID jmegndhbalhkegdidohofafobbcabine
공식 URL https://chrome.google.com/webstore/detail/auskey-for-chrome/jmegndhbalhkegdidohofafobbcabine
설명 Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey
파일 크기 18.82 KB
설치 횟수 200,000
현재 버전 2.0.3
최근 업데이트 2017-05-25
출시 날짜 2017-05-25
평점 1.57/5 총 183 개의 평점
개발자 Australian Business Register
결제 유형 free
확장 프로그램 웹 사이트 https://abr.gov.au/software-auskey
도움말 페이지 URL https://abr.gov.au/AUSkey/Help-and-support/
지원되는 언어 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"
        }
    ]
}