AUSkey for Chrome
Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey
Что такое AUSkey for Chrome?
AUSkey for Chrome - это расширение Chrome, разработанное Australian Business Register, и его основная функция - "Please download and run the AUSkey Installer first from https://abr.gov.au/software-auskey".
Снимки экрана расширения
Скачать файл CRX расширения AUSkey for Chrome
Скачайте файлы расширений 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.
Основная информация о расширении
Название | |
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" } ] } |