Turbo.net Extension
Create, share, and automate containerized environments on any Windows desktop.
Wat is Turbo.net Extension?
Turbo.net Extension is een Chrome-extensie ontwikkeld door https://turbo.net, en de belangrijkste functie is "Create, share, and automate containerized environments on any Windows desktop.".
Extensie Screenshots
Download het CRX-bestand van de extensie Turbo.net Extension
Download Turbo.net Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Turbo.net™ runs desktop and server applications in portable VMs that synchronize across the web. Basisinformatie over de Extensie
| Naam | |
| ID | ldibmiofagdkgiphkcokpooepankmacl |
| Officiële URL | https://chromewebstore.google.com/detail/turbonet-extension/ldibmiofagdkgiphkcokpooepankmacl |
| Beschrijving | Create, share, and automate containerized environments on any Windows desktop. |
| Bestandsgrootte | 15.1 KB |
| Aantal Installaties | 20,000 |
| Huidige Versie | 19.3.1939 |
| Laatst Bijgewerkt | 2019-03-14 |
| Publicatiedatum | 2019-03-14 |
| Beoordeling | 3.14/5 Totaal 37 Beoordelingen |
| Ontwikkelaar | https://turbo.net |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://turbo.net |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Turbo.net",
"name": "Turbo.net Extension",
"version": "19.3.1939",
"manifest_version": 2,
"minimum_chrome_version": "42.0",
"description": "Create, share, and automate containerized environments on any Windows desktop.",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "50.0"
}
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"nativeMessaging",
"activeTab",
"tabs",
"webRequest",
"webRequestBlocking",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |