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 |
| 公式URL | 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"
]
} | |