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

Extension ký số dữ liệu

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

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

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

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

Download 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

                        Extension ký số dữ liệu
- Extension hỗ trợ ký số hệ thống iCare của CÔNG TY CỔ PHẦN ICARE VIỆT NAM.
- Extension hỗ trợ truyền dữ liệu từ websites xuống tool ký số dưới client của khách hàng, Sau khi tool ký số thành công sẽ thông qua extension để truyền dữ liệu lên website lưu trữ và gửi sang Bảo hiểm xã hội.
- Hệ thống kê khai Bảo hiểm xã hội iCare được xây dựng với mục đích hỗ trợ khách hàng kê khai, ký hồ sơ, gửi hồ sơ trực tuyến cho BHXH Việt Nam và tiếp nhận kết quả gửi cho khách hàng thay vì phải gửi thủ công theo đường bưu điện hoặc nộp trực tiếp tại cơ quan bảo hiểm quản lý.
- Phần mềm kê khai iCare đang hỗ trợ gửi hồ sơ trực tuyến gồm
  + 4 bộ hồ sơ đăng ký: Đăng ký lần đầu, đăng ký mới, thay đổi, hủy
  + 23 bộ thủ tục theo các quyết định 595/QĐ-BHXH. 1040/QĐ-BHXH, 166/QĐ-BHXH, ... của Bảo hiểm xã hội Việt Nam.
  + 7 tờ khai gồm: D01-TS, D02-TS, D03-TS, D05-TS, TK1-TS, TK3-TS, M01-HSB.                    

Extension Basic Information

Name Công cụ ký điện tử Công cụ ký điện tử
ID mpofnagiidnlifgfhodijbgdalhgcgkg
Official URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-k%C3%BD-%C4%91i%E1%BB%87n-t%E1%BB%AD/mpofnagiidnlifgfhodijbgdalhgcgkg
Description Extension ký số dữ liệu
File Size 49.43 KB
Installation Count 3,000
Current Version 1.0.0
Last Updated 2020-12-13
Publish Date 2020-11-02
Rating 5.00/5 Total 3 Ratings
Developer tokhaibaohiem
Email [email protected]
Payment Type free
Extension Website http://tokhaibaohiem.vn/
Privacy Policy Page URL https://tokhaibaohiem.vn/policy
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": "http:\/\/tokhaibaohiem.vn\/",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "40.0",
    "name": "C\u00f4ng c\u1ee5 k\u00fd \u0111i\u1ec7n t\u1eed",
    "permissions": [
        "nativeMessaging"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        "page.js"
    ]
}