AUSkey for Chrome
Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey
Qu'est-ce que AUSkey for Chrome ?
AUSkey for Chrome est une extension Chrome développée par Australian Business Register, et sa fonction principale est "Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AUSkey for Chrome
Téléchargez les fichiers d'extension AUSkey for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jmegndhbalhkegdidohofafobbcabine |
URL Officiel | 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 |
Taille du Fichier | 18.82 KB |
Nombre d'Installations | 200,000 |
Version Actuelle | 2.0.3 |
Dernière Mise à Jour | 2017-05-25 |
Date de Publication | 2017-05-25 |
Évaluation | 1.57/5 Total 183 Évaluations |
Développeur | Australian Business Register |
Type de Paiement | free |
Site Web de l'Extension | https://abr.gov.au/software-auskey |
URL de la Page d'Aide | https://abr.gov.au/AUSkey/Help-and-support/ |
Langues Prises en Charge | 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" } ] } |