Tilaa VPS
Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.
Qu'est-ce que Tilaa VPS ?
Tilaa VPS est une extension Chrome développée par Rob, et sa fonction principale est "Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tilaa VPS
Téléchargez les fichiers d'extension Tilaa VPS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A simplified version of the Tilaa dashboard in the form of a Chrome extension. It allows you to retrieve a list of your virtual servers, with their current status and configuration, and perform basic management tasks such as (re)starting and stopping a machine.
Informations de Base sur l'Extension
Nom | Tilaa VPS |
ID | ibglpalofdjmncnanplfjcapcaakoinb |
URL Officiel | https://chromewebstore.google.com/detail/tilaa-vps/ibglpalofdjmncnanplfjcapcaakoinb |
Description | Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands. |
Taille du Fichier | 21.79 KB |
Nombre d'Installations | 643 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-05-14 |
Date de Publication | 2014-05-14 |
Évaluation | 3.14/5 Total 7 Évaluations |
Développeur | Rob |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tilaa VPS", "description": "Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.", "version": "1.0", "options_page": "options.html", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage", "https:\/\/api.tilaa.com\/" ], "browser_action": { "default_icon": "img\/tilaa-icon.png", "default_popup": "popup.html" } } |