COT App
Cryptographic Operations Tester App
Hvad er COT App?
COT App er en Chrome-udvidelse udviklet af https://pki.basistech.in, og dens hovedfunktion er "Cryptographic Operations Tester App".
Udvidelsesskærmbilleder
Download COT App-udvidelses-CRX-fil
Download COT App-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
An extension to work with DSC hardware tokens for cryptographic operations. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bimajkembfofhodehafimneekcgebopg |
| Officiel URL | https://chromewebstore.google.com/detail/cot-app/bimajkembfofhodehafimneekcgebopg |
| Beskrivelse | Cryptographic Operations Tester App |
| Filstørrelse | 26.67 KB |
| Antal Installationer | 140 |
| Nuværende Version | 2022.4.0 |
| Senest Opdateret | 2022-08-05 |
| Udgivelsesdato | 2022-01-31 |
| Udvikler | https://pki.basistech.in |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://pki.basistech.in |
| Understøttede Sprog | 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\/*"
]
}
} | |