Alison Extension
This extension allows the bridge with digital signature services.
Alison Extensionคืออะไร?
Alison Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alison.certisur.com และคุณลักษณะหลักของมันคือ "This extension allows the bridge with digital signature services."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alison Extension
ดาวน์โหลดไฟล์ส่วนขยาย Alison Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will enable interaction with the services of digital certificates signing and emission.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Alison Extension |
ID | kpjlagdjpaiimnecdbdcndjcijoalbla |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/alison-extension/kpjlagdjpaiimnecdbdcndjcijoalbla |
คำอธิบาย | This extension allows the bridge with digital signature services. |
ขนาดไฟล์ | 64.47 KB |
จำนวนการติดตั้ง | 57,270 |
เวอร์ชันปัจจุบัน | 2.2.5 |
อัปเดตครั้งล่าสุด | 2019-07-16 |
วันที่เผยแพร่ | 2019-07-15 |
คะแนน | 2.75/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | https://alison.certisur.com |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.certisur.com/legal |
ภาษาที่รองรับ | en,en-US,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Certisur S.A.", "name": "__MSG_appName__", "short_name": "Alison Extension", "description": "__MSG_appDesc__", "version": "2.2.5", "default_locale": "en", "background": { "scripts": [ "js\/alison\/extra\/alisonComponent.js", "js\/alison\/extra\/opResult.js", "js\/alison\/extra\/alisonMessages.js", "js\/alison\/extra\/sharedCodes.js", "js\/alison\/alisonExtension.js" ] }, "browser_action": { "browser_style": true, "default_popup": "options.html", "default_icon": { "16": "resources\/icons\/alison_16px.png", "48": "resources\/icons\/alison_48px.png" } }, "icons": { "16": "resources\/icons\/alison_16px.png", "48": "resources\/icons\/alison_48px.png", "128": "resources\/icons\/alison_128px.png", "256": "resources\/icons\/alison_256px.png", "512": "resources\/icons\/alison_512px.png" }, "permissions": [ "storage" ], "options_ui": { "chrome_style": true, "page": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.certisur.com\/*", "*:\/\/*.santanderrio.com.ar\/*", "*:\/\/*.santander.com.ar\/*", "*:\/\/*.santander.cl\/*", "*:\/\/*.confirma.com.ar\/*", "*:\/\/*.bancodevalores.com\/*", "*:\/\/*.sba.com.ar\/*", "*:\/\/*.certinet.cl\/*" ], "all_frames": true, "js": [ "js\/listen.js" ] } ] } |