NhanHoa Signing
Plugin ký số hóa đơn điện tử e-hoadon.cloud
NhanHoa Signingとは何ですか?
NhanHoa SigningはPlugin Hỗ trợ ký số Hóa đơn điện tửによって開発されたChromeの拡張機能で、その主な機能は「Plugin ký số hóa đơn điện tử e-hoadon.cloud」です。
拡張機能のスクリーンショット
NhanHoa Signing拡張機能のCRXファイルをダウンロード
NhanHoa Signing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Digital signature Chrome extension.
This Chrome extension allows you to sign documents on the web with your USB Token 拡張機能の基本情報
| 名前 | |
| ID | goamlenablcbgcblgjjnoibohdofkame |
| 公式URL | https://chromewebstore.google.com/detail/nhanhoa-signing/goamlenablcbgcblgjjnoibohdofkame |
| 説明 | Plugin ký số hóa đơn điện tử e-hoadon.cloud |
| ファイルサイズ | 24.91 KB |
| インストール数 | 91 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2020-07-27 |
| 公開日 | 2020-07-27 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Plugin Hỗ trợ ký số Hóa đơn điện tử |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NhanHoa Signing",
"version": "1.0.1",
"minimum_chrome_version": "47.0",
"manifest_version": 2,
"description": "Plugin k\u00fd s\u1ed1 h\u00f3a \u0111\u01a1n \u0111i\u1ec7n t\u1eed e-hoadon.cloud",
"icons": {
"64": "64x64.png",
"128": "128x128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.e-hoadon.cloud\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"permissions": [
"nativeMessaging",
"*:\/\/*.e-hoadon.cloud\/*"
],
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"externally_connectable": {
"matches": [
"*:\/\/*.e-hoadon.cloud\/*"
]
}
} | |