Tilaa VPS
Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.
What is Tilaa VPS?
Tilaa VPS is a Chrome extension developed by Rob, and its main feature is "Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.".
Extension Screenshots
Download Tilaa VPS Extension CRX File
Download Tilaa VPS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Tilaa VPS |
ID | ibglpalofdjmncnanplfjcapcaakoinb |
Official URL | https://chromewebstore.google.com/detail/tilaa-vps/ibglpalofdjmncnanplfjcapcaakoinb |
Description | Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands. |
File Size | 21.79 KB |
Installation Count | 643 |
Current Version | 1.0 |
Last Updated | 2014-05-14 |
Publish Date | 2014-05-14 |
Rating | 3.14/5 Total 7 Ratings |
Developer | Rob |
Payment Type | free |
Supported Languages | 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" } } |