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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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" } ] } |