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" } ] } |