AUSkey for Chrome
Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey
O que é AUSkey for Chrome?
AUSkey for Chrome é uma extensão do Chrome desenvolvida por Australian Business Register, e sua principal característica é "Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AUSkey for Chrome
Baixe arquivos de extensão AUSkey for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | jmegndhbalhkegdidohofafobbcabine |
URL Oficial | https://chrome.google.com/webstore/detail/auskey-for-chrome/jmegndhbalhkegdidohofafobbcabine |
Descrição | Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey |
Tamanho do Arquivo | 18.82 KB |
Contagem de Instalações | 200,000 |
Versão Atual | 2.0.3 |
Última Atualização | 2017-05-25 |
Data de Publicação | 2017-05-25 |
Classificação | 1.57/5 Total de 183 Avaliações |
Desenvolvedor | Australian Business Register |
Tipo de Pagamento | free |
Site da Extensão | https://abr.gov.au/software-auskey |
URL da Página de Ajuda | https://abr.gov.au/AUSkey/Help-and-support/ |
Idiomas Suportados | 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" } ] } |