IIT End User CA-1. Sign (web-extension)
Designed to control private keys and certificates of CA users and to sign and encrypt user data
IIT End User CA-1. Sign (web-extension)คืออะไร?
IIT End User CA-1. Sign (web-extension) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jsciitua และคุณลักษณะหลักของมันคือ "Designed to control private keys and certificates of CA users and to sign and encrypt user data"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IIT End User CA-1. Sign (web-extension)
ดาวน์โหลดไฟล์ส่วนขยาย IIT End User CA-1. Sign (web-extension) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The web-extension is intended for interaction with the CA users signature web-library. For the web extension to work, you need to install additional software according to the links for the corresponding OS:
Microsoft Windows: https://iit.com.ua/download/productfiles/EUSignWebInstall.exe
Apple macOS: https://iit.com.ua/download/productfiles/EUSignWebInstall.pkg
Linux (Debian\Ubuntu) 32-bit: https://iit.com.ua/download/productfiles/euswi.deb
Linux (Debian\Ubuntu) 64-bit: https://iit.com.ua/download/productfiles/euswi.64.deb
Linux (RHEL\CentOS) 32-bit: https://iit.com.ua/download/productfiles/euswi.rpm
Linux (RHEL\CentOS) 64-bit: https://iit.com.ua/download/productfiles/euswi.64.rpm
Linux (second) 32-bit: https://iit.com.ua/download/productfiles/euswi.tar
Linux (second) 64-bit: https://iit.com.ua/download/productfiles/euswi.64.tar ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jffafkigfgmjafhpkoibhfefeaebmccg |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/iit-end-user-ca-1-sign-we/jffafkigfgmjafhpkoibhfefeaebmccg |
| คำอธิบาย | Designed to control private keys and certificates of CA users and to sign and encrypt user data |
| ขนาดไฟล์ | 132 KB |
| จำนวนการติดตั้ง | 609,426 |
| เวอร์ชันปัจจุบัน | 1.3.1.11 |
| อัปเดตครั้งล่าสุด | 2022-12-16 |
| วันที่เผยแพร่ | 2020-03-04 |
| คะแนน | 1.50/5 รวมทั้งหมด 198 คะแนน |
| ผู้พัฒนา | jsciitua |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้าช่วยเหลือ | http://iit.com.ua/support |
| ภาษาที่รองรับ | en,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"all_frames": true,
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"js": [
"js\/WebExtension.js",
"js\/content.js"
],
"run_at": "document_start"
}
],
"minimum_chrome_version": "88",
"host_permissions": [
"https:\/\/iit.com.ua\/download\/productfiles\/"
],
"name": "__MSG_app_name__",
"default_locale": "uk",
"author": "\u0410\u0422 \"\u0406\u0406\u0422\"",
"icons": {
"128": "icons\/TabBar.128.png",
"32": "icons\/TabBar.32.png",
"64": "icons\/TabBar.64.png",
"16": "icons\/TabBar.16.png"
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"options_ui": {
"page": "views\/settings\/settings.html",
"open_in_tab": true
},
"version": "1.3.1.11",
"options_page": "views\/settings\/settings.html",
"manifest_version": 3,
"action": {
"default_icon": {
"128": "icons\/TabBar.128.png",
"32": "icons\/TabBar.32.png",
"64": "icons\/TabBar.64.png",
"16": "icons\/TabBar.16.png"
},
"default_popup": "views\/popup\/popup.html"
},
"permissions": [
"nativeMessaging",
"storage"
],
"description": "__MSG_app_description__"
} | |