Tilaa VPS
Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.
Co to jest Tilaa VPS?
Tilaa VPS to rozszerzenie Chrome opracowane przez Rob, a jego główną funkcją jest „Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tilaa VPS
Pobierz pliki rozszerzeń Tilaa VPS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Tilaa VPS |
ID | ibglpalofdjmncnanplfjcapcaakoinb |
Oficjalny URL | https://chromewebstore.google.com/detail/tilaa-vps/ibglpalofdjmncnanplfjcapcaakoinb |
Opis | Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands. |
Rozmiar pliku | 21.79 KB |
Liczba instalacji | 643 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-05-14 |
Data Publikacji | 2014-05-14 |
Ocena | 3.14/5 Łącznie 7 Oceny |
Deweloper | Rob |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |