Digital Signature Extension
Extension for EDS Plugin.
Cos'è Digital Signature Extension?
Digital Signature Extension è un'estensione di Chrome sviluppata da https://akforta.com, e la sua funzione principale è "Extension for EDS Plugin.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Digital Signature Extension
Scarica i file di estensione Digital Signature Extension 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
Make electronic digital signature anywhere you want! Extension will make you sure to sign your document or any file in browser Chrome. It should be used after installing plugin for Electronic Digital Signature. ★ You can get more rich documentation on using this extension from supplier. ★ Digital signature There is web-form for Document Management System. ★ Trusted by government standart Digital signature is De facto of every large business electronic system By installing the extension, you agree to the standard of GOST.
Informazioni di Base sull'Estensione
Nome | Digital Signature Extension |
ID | kpldbmkpocjcmmfibhekikdmljaiepkh |
URL Ufficiale | https://chromewebstore.google.com/detail/digital-signature-extensi/kpldbmkpocjcmmfibhekikdmljaiepkh |
Descrizione | Extension for EDS Plugin. |
Dimensione del File | 37.04 KB |
Conteggio Installazioni | 8,213 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2018-01-26 |
Data di Pubblicazione | 2018-01-26 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | https://akforta.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://http:www.akforta.com |
Lingue Supportate | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Digital Signature Extension", "version": "1.3", "description": "Extension for EDS Plugin.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.akforta.kg\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.akforta.kg\/*" ], "js": [ "contentScript.js" ] } ], "permissions": [ "nativeMessaging" ] } |