Extension for D1NMH Native Messaging Host
Extension for interacting with D1NMH Native Messaging Host plugin which implements Belarus cryptography
Vad är Extension for D1NMH Native Messaging Host?
Extension for D1NMH Native Messaging Host är en Chrome-tillägg utvecklad av https://isc.by, och dess huvudfunktion är "Extension for interacting with D1NMH Native Messaging Host plugin which implements Belarus cryptography".
Tilläggsskärmbilder
Ladda ner Extension for D1NMH Native Messaging Host-förlängningens CRX-fil
Ladda ner Extension for D1NMH Native Messaging Host-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Extension for D1NMH plugin with Belarus cryptography
Grundläggande Information om Tillägg
Namn | Extension for D1NMH Native Messaging Host |
ID | ajcbbckcdngehkhpffnmlhnnccecmaci |
Officiell webbadress | https://chromewebstore.google.com/detail/extension-for-d1nmh-nativ/ajcbbckcdngehkhpffnmlhnnccecmaci |
Beskrivning | Extension for interacting with D1NMH Native Messaging Host plugin which implements Belarus cryptography |
Filstorlek | 27.24 KB |
Antal Installationer | 1,587 |
Aktuell Version | 1.0.0.61 |
Senast Uppdaterad | 2022-06-16 |
Publiceringsdatum | 2019-06-11 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | https://isc.by |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "*:\/\/www.isc.by\/*", "*:\/\/ep.isc.by\/*", "*:\/\/portal.isc.by\/*", "*:\/\/astd.isc.by\/*", "*:\/\/ed.isc.by\/*", "*:\/\/ep-test.isc.by\/*", "*:\/\/ep2.isc.by\/*", "*:\/\/ep-test2.isc.by\/*", "*:\/\/aspred.rw\/*", "*:\/\/www.aspred.rw\/*", "*:\/\/localhost\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "name": "Extension for D1NMH Native Messaging Host", "permissions": [ "nativeMessaging" ], "version": "1.0.0.61", "description": "Extension for interacting with D1NMH Native Messaging Host plugin which implements Belarus cryptography", "web_accessible_resources": [ "d1ext_api.js" ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" } } |