AUSkey for Chrome
Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey
What is AUSkey for Chrome?
AUSkey for Chrome is a Chrome extension developed by Australian Business Register, and its main feature is "Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey".
Extension Screenshots
Download AUSkey for Chrome Extension CRX File
Download AUSkey for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jmegndhbalhkegdidohofafobbcabine |
Official URL | https://chrome.google.com/webstore/detail/auskey-for-chrome/jmegndhbalhkegdidohofafobbcabine |
Description | Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey |
File Size | 18.82 KB |
Installation Count | 200,000 |
Current Version | 2.0.3 |
Last Updated | 2017-05-25 |
Publish Date | 2017-05-25 |
Rating | 1.57/5 Total 183 Ratings |
Developer | Australian Business Register |
Payment Type | free |
Extension Website | https://abr.gov.au/software-auskey |
Help Page URL | https://abr.gov.au/AUSkey/Help-and-support/ |
Supported Languages | 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" } ] } |