Vietnam Social Security Declaration

Ký số và nộp hồ sơ qua ứng dụng kê khai trực tuyến Bảo hiểm xã hội Việt Nam.

Vietnam Social Security Declaration란 무엇입니까?

Vietnam Social Security Declaration은(는) Vietnam Social Security에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ký số và nộp hồ sơ qua ứng dụng kê khai trực tuyến Bảo hiểm xã hội Việt Nam."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Vietnam Social Security Declaration 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Vui lòng cài thêm ứng dụng vss-declaration để có thể thực hiện ký số và nộp hồ sơ qua ứng dụng kê khai trực tuyến Bảo hiểm xã hội Việt Nam.
Tải về: https://gddt.baohiemxahoi.gov.vn/extensions/vss-declaration
Hỗ trợ: 19009068 nhánh 3                    

확장 프로그램 기본 정보

이름 Vietnam Social Security Declaration Vietnam Social Security Declaration
ID eoecackhakkjihfkdmfbafkckbgmfddk
공식 URL https://chromewebstore.google.com/detail/vietnam-social-security-d/eoecackhakkjihfkdmfbafkckbgmfddk
설명 Ký số và nộp hồ sơ qua ứng dụng kê khai trực tuyến Bảo hiểm xã hội Việt Nam.
파일 크기 30.52 KB
설치 횟수 60,897
현재 버전 2.0
최근 업데이트 2019-07-30
출시 날짜 2019-07-30
평점 3.92/5 총 26 개의 평점
개발자 Vietnam Social Security
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gddt.baohiemxahoi.gov.vn/assets/download/vss-declaration.exe
도움말 페이지 URL https://gddt.baohiemxahoi.gov.vn/
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vietnam Social Security Declaration",
    "short_name": "vss declaration",
    "version": "2.0",
    "description": "K\u00fd s\u1ed1 v\u00e0 n\u1ed9p h\u1ed3 s\u01a1 qua \u1ee9ng d\u1ee5ng k\u00ea khai tr\u1ef1c tuy\u1ebfn 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": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "nativeMessaging"
    ]
}