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.
What is Vietnam Social Security Declaration?
Vietnam Social Security Declaration is a Chrome extension developed by Vietnam Social Security, and its main feature is "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.".
Extension Screenshots
Download Vietnam Social Security Declaration Extension CRX File
Download Vietnam Social Security Declaration 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-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
Extension Basic Information
Name | Vietnam Social Security Declaration |
ID | eoecackhakkjihfkdmfbafkckbgmfddk |
Official URL | https://chromewebstore.google.com/detail/vietnam-social-security-d/eoecackhakkjihfkdmfbafkckbgmfddk |
Description | 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. |
File Size | 30.52 KB |
Installation Count | 60,897 |
Current Version | 2.0 |
Last Updated | 2019-07-30 |
Publish Date | 2019-07-30 |
Rating | 3.92/5 Total 26 Ratings |
Developer | Vietnam Social Security |
[email protected] | |
Payment Type | free |
Extension Website | https://gddt.baohiemxahoi.gov.vn/assets/download/vss-declaration.exe |
Help Page URL | https://gddt.baohiemxahoi.gov.vn/ |
Supported Languages | 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" ] } |