Softdreams công cụ ký điện tử
Extension ký số dữ liệu
Cos'è Softdreams công cụ ký điện tử?
Softdreams công cụ ký điện tử è un'estensione di Chrome sviluppata da Softdreams JSC, e la sua funzione principale è "Extension ký số dữ liệu".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Softdreams công cụ ký điện tử
Scarica i file di estensione Softdreams 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
- Công cụ ký số Hóa đơn điện tử EasyInvoice của Softdreams JSC - Bản này nâng cấp một số chức năng, sửa lỗi không thể ký liên tiếp trên một số thiết bị
Informazioni di Base sull'Estensione
Nome | Softdreams công cụ ký điện tử |
ID | bkfagmnjmfjalbbaiphoiiafghlknpog |
URL Ufficiale | https://chromewebstore.google.com/detail/softdreams-c%C3%B4ng-c%E1%BB%A5-k%C3%BD-%C4%91i%E1%BB%87/bkfagmnjmfjalbbaiphoiiafghlknpog |
Descrizione | Extension ký số dữ liệu |
Dimensione del File | 62.88 KB |
Conteggio Installazioni | 105,370 |
Versione Corrente | 0.1.5 |
Ultimo Aggiornamento | 2020-05-27 |
Data di Pubblicazione | 2020-05-26 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | Softdreams JSC |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://easyinvoice.vn |
URL della Pagina di Aiuto | https://easyinvoice.vn |
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": "https:\/\/easyinvoice.vn", "icons": { "128": "icon128.png", "48": "icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "40.0", "name": "Softdreams c\u00f4ng c\u1ee5 k\u00fd \u0111i\u1ec7n t\u1eed", "permissions": [ "nativeMessaging" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.5", "web_accessible_resources": [ "page.js" ] } |