Softdreams công cụ ký điện tử

Extension ký số dữ liệu

What is Softdreams công cụ ký điện tử?

Softdreams công cụ ký điện tử is a Chrome extension developed by Softdreams JSC, and its main feature is "Extension ký số dữ liệu".

Extension Screenshots

screenshot

Download Softdreams công cụ ký điện tử Extension CRX File

Download Softdreams công cụ ký điện tử 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

                        - Công cụ ký số Hóa đơn điện tử EasyInvoice của Softdreams JSC
- Bản này nâng cấp một số chức năng, sửa lỗi không thể ký liên tiếp trên một số thiết bị                    

Extension Basic Information

Name Softdreams công cụ ký điện tử Softdreams công cụ ký điện tử
ID bkfagmnjmfjalbbaiphoiiafghlknpog
Official URL https://chromewebstore.google.com/detail/softdreams-c%C3%B4ng-c%E1%BB%A5-k%C3%BD-%C4%91i%E1%BB%87/bkfagmnjmfjalbbaiphoiiafghlknpog
Description Extension ký số dữ liệu
File Size 62.88 KB
Installation Count 105,370
Current Version 0.1.5
Last Updated 2020-05-27
Publish Date 2020-05-26
Rating 4.75/5 Total 4 Ratings
Developer Softdreams JSC
Payment Type free
Extension Website https://easyinvoice.vn
Help Page URL https://easyinvoice.vn
Supported Languages vi
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Extension k\u00fd s\u1ed1 d\u1eef li\u1ec7u",
    "homepage_url": "https:\/\/easyinvoice.vn",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "40.0",
    "name": "Softdreams c\u00f4ng c\u1ee5 k\u00fd \u0111i\u1ec7n t\u1eed",
    "permissions": [
        "nativeMessaging"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "web_accessible_resources": [
        "page.js"
    ]
}