Vietnam Social Security Internal

Hoàn thành quá trình ký số cho các ứng dụng nội bộ của Bảo hiểm xã hội Việt Nam.

What is Vietnam Social Security Internal?

Vietnam Social Security Internal is a Chrome extension developed by Vietnam Social Security, and its main feature is "Hoàn thành quá trình ký số cho các ứng dụng nội bộ của Bảo hiểm xã hội Việt Nam.".

Extension Screenshots

screenshot

Download Vietnam Social Security Internal Extension CRX File

Download Vietnam Social Security Internal 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

                        Vui lòng cài thêm ứng dụng vss-internal để có thể thực hiện ký số cho các ứng dụng nội bộ Bảo hiểm xã hội Việt Nam và có tích hợp chức năng ký số (TNHS, TCS, Quản lý nhân sự, ...).
Tải về: https://dichvucong.baohiemxahoi.gov.vn:8888/extensions/vss-internal?type=exe
Hỗ trợ: 19009068 nhánh 3                    

Extension Basic Information

Name Vietnam Social Security Internal Vietnam Social Security Internal
ID mneoaladmefdboobnffehgmbpokioffh
Official URL https://chromewebstore.google.com/detail/vietnam-social-security-i/mneoaladmefdboobnffehgmbpokioffh
Description Hoàn thành quá trình ký số cho các ứng dụng nội bộ của Bảo hiểm xã hội Việt Nam.
File Size 27.11 KB
Installation Count 100,000
Current Version 2.42
Last Updated 2021-10-07
Publish Date 2020-05-08
Rating 1.82/5 Total 22 Ratings
Developer Vietnam Social Security
Email [email protected]
Payment Type free
Extension Website https://dichvucong.baohiemxahoi.gov.vn/#/tro-giup
Help Page URL https://dichvucong.baohiemxahoi.gov.vn/
Privacy Policy Page URL https://dichvucong.baohiemxahoi.gov.vn
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vietnam Social Security Internal",
    "short_name": "vss internal",
    "version": "2.42",
    "description": "Ho\u00e0n th\u00e0nh qu\u00e1 tr\u00ecnh k\u00fd s\u1ed1 cho c\u00e1c \u1ee9ng d\u1ee5ng n\u1ed9i b\u1ed9 c\u1ee7a B\u1ea3o hi\u1ec3m x\u00e3 h\u1ed9i Vi\u1ec7t Nam.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/127.0.0.1\/*",
                "*:\/\/localhost\/*",
                "http:\/\/*.bhxh.vn\/*",
                "https:\/\/*.bhxh.vn\/*",
                "http:\/\/*.vssic.gov.vn\/*",
                "https:\/\/*.vssic.gov.vn\/*",
                "http:\/\/*.bhxh.gov.vn\/*",
                "https:\/\/*.bhxh.gov.vn\/*",
                "http:\/\/*.vss.gov.vn\/*",
                "https:\/\/*.vss.gov.vn\/*",
                "http:\/\/*.baohiemxahoi.gov.vn\/*",
                "https:\/\/*.baohiemxahoi.gov.vn\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/127.0.0.1\/*",
        "*:\/\/localhost\/*",
        "http:\/\/*.bhxh.vn\/*",
        "https:\/\/*.bhxh.vn\/*",
        "http:\/\/*.vssic.gov.vn\/*",
        "https:\/\/*.vssic.gov.vn\/*",
        "http:\/\/*.bhxh.gov.vn\/*",
        "https:\/\/*.bhxh.gov.vn\/*",
        "http:\/\/*.vss.gov.vn\/*",
        "https:\/\/*.vss.gov.vn\/*",
        "http:\/\/*.baohiemxahoi.gov.vn\/*",
        "https:\/\/*.baohiemxahoi.gov.vn\/*"
    ]
}