Axiad Portal Extension
Interface for authenticators such a Smart Cards and YubiKeys
Axiad Portal Extensionคืออะไร?
Axiad Portal Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Axiad IDS และคุณลักษณะหลักของมันคือ "Interface for authenticators such a Smart Cards and YubiKeys"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Axiad Portal Extension
ดาวน์โหลดไฟล์ส่วนขยาย Axiad Portal Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Axiad Portal Extension is a bridge between Axiad Unified Portal and the OS Smart Card interface to allow users to issue and manage their security devices, smart cards, and tokens. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pbabkmdefcmabmlmnkmnlcijhcgmmdnc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/axiad-portal-extension/pbabkmdefcmabmlmnkmnlcijhcgmmdnc |
| คำอธิบาย | Interface for authenticators such a Smart Cards and YubiKeys |
| ขนาดไฟล์ | 45.6 KB |
| จำนวนการติดตั้ง | 300,000 |
| เวอร์ชันปัจจุบัน | 1.5.0 |
| อัปเดตครั้งล่าสุด | 2022-05-31 |
| วันที่เผยแพร่ | 2020-06-04 |
| คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | Axiad IDS |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.axiad.com/ |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Axiad Portal Extension",
"version": "1.5.0",
"author": "Axiad",
"description": "Interface for authenticators such a Smart Cards and YubiKeys",
"icons": {
"48": "img\/48.png",
"128": "img\/128.png"
},
"permissions": [
"nativeMessaging",
"storage"
],
"page_action": {
"default_icon": {
"40": "img\/off.png"
},
"default_title": "Axiad Portal Extension"
},
"background": {
"scripts": [
"api.js",
"bg.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"file:\/\/\/*"
],
"js": [
"fg.js"
],
"run_at": "document_end"
}
],
"minimum_chrome_version": "55",
"options_page": "opt\/page.htm",
"storage": {
"managed_schema": "storage.json"
}
} | |