Tilaa VPS
Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.
Wat is Tilaa VPS?
Tilaa VPS is een Chrome-extensie ontwikkeld door Rob, en de belangrijkste functie is "Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tilaa VPS
Download Tilaa VPS-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
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.
Basisinformatie over de Extensie
Naam | Tilaa VPS |
ID | ibglpalofdjmncnanplfjcapcaakoinb |
Officiële URL | https://chromewebstore.google.com/detail/tilaa-vps/ibglpalofdjmncnanplfjcapcaakoinb |
Beschrijving | Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands. |
Bestandsgrootte | 21.79 KB |
Aantal Installaties | 643 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-05-14 |
Publicatiedatum | 2014-05-14 |
Beoordeling | 3.14/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Rob |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |