Cogo Virtual Drive
CoGo Virtual Drive
Vad är Cogo Virtual Drive?
Cogo Virtual Drive är en Chrome-tillägg utvecklad av Fortium Technologies, och dess huvudfunktion är "CoGo Virtual Drive".
Tilläggsskärmbilder
Ladda ner Cogo Virtual Drive-förlängningens CRX-fil
Ladda ner Cogo Virtual Drive-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
CoGo Virtual Drive is a virtual disc delivery system to allow remote preview of Blu-Ray and DVD discs. The Chrome extension enables communication with the native host that is installed as part of the CoGo Virtual Drive software. Disc images can be loaded into the CoGo DVD-ROM/BD-ROM virtual drive and previewed as if the disc is present on the local machine.
Grundläggande Information om Tillägg
Namn | Cogo Virtual Drive |
ID | epdamcbbkljmnhgajeiplpfgppaldppf |
Officiell webbadress | https://chromewebstore.google.com/detail/cogo-virtual-drive/epdamcbbkljmnhgajeiplpfgppaldppf |
Beskrivning | CoGo Virtual Drive |
Filstorlek | 19.3 KB |
Antal Installationer | 62 |
Aktuell Version | 2.0.0 |
Senast Uppdaterad | 2023-04-27 |
Publiceringsdatum | 2023-04-26 |
Utvecklare | Fortium Technologies |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://fortium.com/cogo/ |
Hjälpsida URL | https://fortium.com/help-support-2/ |
Stödda Språk | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cogo Virtual Drive", "short_name": "CoGo", "version": "2.0.0", "manifest_version": 3, "description": "CoGo Virtual Drive", "background": { "service_worker": "background.js" }, "icons": { "128": "icon\/icon-128.png", "16": "icon\/icon-16.png", "32": "icon\/icon-32.png", "64": "icon\/icon-64.png" }, "action": { "default_icon": { "16": "icon\/icon-16.png", "32": "icon\/icon-32.png" }, "default_title": "CoGo Virtual Drive" }, "externally_connectable": { "matches": [ "http:\/\/127.0.0.1:*\/*", "*:\/\/*.disney.com\/*" ] }, "permissions": [ "nativeMessaging" ] } |