Digital Signature Extension
Extension for EDS Plugin.
ما هو Digital Signature Extension؟
Digital Signature Extension هو إضافة Chrome تم تطويرها بواسطة https://akforta.com، والميزة الرئيسية لها هي "Extension for EDS Plugin.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Digital Signature Extension
قم بتنزيل ملفات الامتداد Digital Signature Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Digital Signature Extension |
ID | kpldbmkpocjcmmfibhekikdmljaiepkh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/digital-signature-extensi/kpldbmkpocjcmmfibhekikdmljaiepkh |
الوصف | Extension for EDS Plugin. |
حجم الملف | 37.04 KB |
عدد التثبيتات | 8,213 |
النسخة الحالية | 1.3 |
آخر تحديث | 2018-01-26 |
تاريخ النشر | 2018-01-26 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | https://akforta.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://http:www.akforta.com |
اللغات المدعومة | 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" ] } |