Tilaa VPS

Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.

O que é Tilaa VPS?

Tilaa VPS é uma extensão do Chrome desenvolvida por Rob, e sua principal característica é "Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Tilaa VPS

Baixe arquivos de extensão Tilaa VPS no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Tilaa VPS Tilaa VPS
ID ibglpalofdjmncnanplfjcapcaakoinb
URL Oficial https://chromewebstore.google.com/detail/tilaa-vps/ibglpalofdjmncnanplfjcapcaakoinb
Descrição Unofficial Chrome extension for Tilaa, a VPS provider in the Netherlands.
Tamanho do Arquivo 21.79 KB
Contagem de Instalações 643
Versão Atual 1.0
Última Atualização 2014-05-14
Data de Publicação 2014-05-14
Classificação 3.14/5 Total de 7 Avaliações
Desenvolvedor Rob
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}