COT App
Cryptographic Operations Tester App
Co to jest COT App?
COT App to rozszerzenie Chrome opracowane przez https://pki.basistech.in, a jego główną funkcją jest „Cryptographic Operations Tester App”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia COT App
Pobierz pliki rozszerzeń COT App w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
An extension to work with DSC hardware tokens for cryptographic operations. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bimajkembfofhodehafimneekcgebopg |
| Oficjalny URL | https://chromewebstore.google.com/detail/cot-app/bimajkembfofhodehafimneekcgebopg |
| Opis | Cryptographic Operations Tester App |
| Rozmiar pliku | 26.67 KB |
| Liczba instalacji | 140 |
| Aktualna Wersja | 2022.4.0 |
| Ostatnia Aktualizacja | 2022-08-05 |
| Data Publikacji | 2022-01-31 |
| Deweloper | https://pki.basistech.in |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://pki.basistech.in |
| Obsługiwane Języki | 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\/*"
]
}
} | |