SIT 3DA CA WEB Client
Extension for signing documents in browser
Qu'est-ce que SIT 3DA CA WEB Client ?
SIT 3DA CA WEB Client est une extension Chrome développée par SIT LLC, et sa fonction principale est "Extension for signing documents in browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SIT 3DA CA WEB Client
Téléchargez les fichiers d'extension SIT 3DA CA WEB Client au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Розширення для накладання електронного підпису на документи у браузерах
Informations de Base sur l'Extension
Nom | SIT 3DA CA WEB Client |
ID | nphbijnpcjlohpbpbaogffkagaeoaono |
URL Officiel | https://chromewebstore.google.com/detail/sit-3da-ca-web-client/nphbijnpcjlohpbpbaogffkagaeoaono |
Description | Extension for signing documents in browser |
Taille du Fichier | 29.72 KB |
Nombre d'Installations | 1,029 |
Version Actuelle | 1.0.19 |
Dernière Mise à Jour | 2022-07-27 |
Date de Publication | 2019-07-15 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | SIT LLC |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://sit.company |
Langues Prises en Charge | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "uk", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "content.js" ], "all_frames": true, "run_at": "document_start" } ], "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "manifest_version": 2, "version": "1.0.19", "background": { "scripts": [ "background.js" ] }, "permissions": [ "nativeMessaging", "*:\/\/*\/*" ], "icons": { "48": "icons\/icon48.png" }, "browser_action": { "default_icon": "icons\/icon32.png", "default_title": "__MSG_extensionName__", "default_popup": "popup.html" } } |