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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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\/*" ] } } |