COT App
Cryptographic Operations Tester App
ما هو COT App؟
COT App هو إضافة Chrome تم تطويرها بواسطة https://pki.basistech.in، والميزة الرئيسية لها هي "Cryptographic Operations Tester App".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة COT App
قم بتنزيل ملفات الامتداد COT App بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension to work with DSC hardware tokens for cryptographic operations.
معلومات أساسية عن التمديد
الاسم | COT App |
ID | bimajkembfofhodehafimneekcgebopg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cot-app/bimajkembfofhodehafimneekcgebopg |
الوصف | Cryptographic Operations Tester App |
حجم الملف | 26.67 KB |
عدد التثبيتات | 140 |
النسخة الحالية | 2022.4.0 |
آخر تحديث | 2022-08-05 |
تاريخ النشر | 2022-01-31 |
المطور | https://pki.basistech.in |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://pki.basistech.in |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "COT App", "description": "Cryptographic Operations Tester App", "version": "2022.4.0", "icons": { "16": "favicon.png", "48": "favicon.png", "128": "favicon.png" }, "action": { "default_icon": "favicon.png", "default_popup": "popup.html", "default_title": "COT App" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/basistech.lan\/*", "https:\/\/pki.basistech.in\/*", "https:\/\/www.mstcindia.co.in\/*", "https:\/\/www.mstcecommerce.com\/*", "https:\/\/cma.mstcauction.com\/*", "https:\/\/10.1.14.86\/*" ], "all_frames": true, "js": [ "content.js", "installed.js" ] } ], "permissions": [ "nativeMessaging" ], "externally_connectable": { "matches": [ "http:\/\/basistech.lan\/*", "https:\/\/pki.basistech.in\/*", "https:\/\/www.mstcindia.co.in\/*", "https:\/\/www.mstcecommerce.com\/*", "https:\/\/cma.mstcauction.com\/*", "https:\/\/10.1.14.86\/*" ] } } |