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文件

下载AUSkey for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
        }
    ]
}