Công cụ ký điện tử
Extension ký số dữ liệu
Cos'è Công cụ ký điện tử?
Công cụ ký điện tử è un'estensione di Chrome sviluppata da tokhaibaohiem, e la sua funzione principale è "Extension ký số dữ liệu".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Công cụ ký điện tử
Scarica i file di estensione Công cụ ký điện tử in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Công cụ ký điện tử |
ID | mpofnagiidnlifgfhodijbgdalhgcgkg |
URL Ufficiale | 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 |
Descrizione | Extension ký số dữ liệu |
Dimensione del File | 49.43 KB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-12-13 |
Data di Pubblicazione | 2020-11-02 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | tokhaibaohiem |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://tokhaibaohiem.vn/ |
URL della Pagina della Politica sulla Privacy | https://tokhaibaohiem.vn/policy |
Lingue Supportate | 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" ] } |