Asseco Signing Tool
Signs documents using personal certificates. Needs native component installed to work.
什麼是Asseco Signing Tool?
Asseco Signing Tool是由asseco.signer開發的Chrome擴展程式,該擴展的主要功能是“Signs documents using personal certificates. Needs native component installed to work.”。
擴展截圖
下載Asseco Signing Tool擴展crx文件
下載Asseco Signing Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Signs documents using personal certificates. Needs native component installed to work. 擴展基本資訊
| 名稱 | |
| ID | ibfiamfekfpbfebihldgoeicmddpmagb |
| 官方網址 | https://chromewebstore.google.com/detail/asseco-signing-tool/ibfiamfekfpbfebihldgoeicmddpmagb |
| 簡介 | Signs documents using personal certificates. Needs native component installed to work. |
| 檔案大小 | 262 KB |
| 安裝次數 | 390 |
| 目前版本 | 5.1.1 |
| 更新時間 | 2018-12-10 |
| 上架時間 | 2018-12-10 |
| 評分 | 1.00/5 共 1 次評分 |
| 開發者 | asseco.signer |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "asseco see",
"manifest_version": 2,
"name": "Asseco Signing Tool",
"version": "5.1.1",
"description": "Signs documents using personal certificates. Needs native component installed to work.",
"browser_action": {
"default_icon": {
"20": "images\/icons8-stamp-20.png",
"40": "images\/icons8-stamp-40.png",
"48": "images\/icons8-stamp-48.png",
"96": "images\/icons8-stamp-96.png"
},
"default_title": "Asseco Signing Tool",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"dist\/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*:\/\/localhost\/*",
"https:\/\/*.uvmk.gov.mk\/*",
"*:\/\/e-agencija.aek.mk\/*",
"*:\/\/signing.asseco-see.mk\/demo\/*"
],
"js": [
"dist\/content-script.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"injected-script.js"
],
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "50.0"
}
},
"permissions": [
"*:\/\/localhost\/*",
"https:\/\/*.uvmk.gov.mk\/*",
"*:\/\/e-agencija.aek.mk\/*",
"*:\/\/signing.asseco-see.mk\/demo\/*",
"*:\/\/*.w3.org\/*",
"activeTab",
"nativeMessaging"
]
} | |