NhanHoa Signing
Plugin ký số hóa đơn điện tử e-hoadon.cloud
What is NhanHoa Signing?
NhanHoa Signing is a Chrome extension developed by Plugin Hỗ trợ ký số Hóa đơn điện tử, and its main feature is "Plugin ký số hóa đơn điện tử e-hoadon.cloud".
Extension Screenshots
Download NhanHoa Signing Extension CRX File
Download NhanHoa Signing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Digital signature Chrome extension.
This Chrome extension allows you to sign documents on the web with your USB Token Extension Basic Information
| Name | |
| ID | goamlenablcbgcblgjjnoibohdofkame |
| Official URL | https://chromewebstore.google.com/detail/nhanhoa-signing/goamlenablcbgcblgjjnoibohdofkame |
| Description | Plugin ký số hóa đơn điện tử e-hoadon.cloud |
| File Size | 24.91 KB |
| Installation Count | 91 |
| Current Version | 1.0.1 |
| Last Updated | 2020-07-27 |
| Publish Date | 2020-07-27 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | Plugin Hỗ trợ ký số Hóa đơn điện tử |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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\/*"
]
}
} | |