Virtual Assistant

The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...

O que é Virtual Assistant?

Virtual Assistant é uma extensão do Chrome desenvolvida por https://www.kastgames.com, e sua principal característica é "The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Virtual Assistant

Baixe arquivos de extensão Virtual Assistant 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

                        VirtualAssistant is a multitool cramped into an extension. You have acces to world news, your local weather condition, wikipedia articles, a calculator and a lot of other cool stuff. There's even a little chatbot. All in all, VirtualAssistent is a very fast and easy way to get the information you want.                    

Informações Básicas da Extensão

Nome Virtual Assistant Virtual Assistant
ID cgcnfipjgoenlhmfhjjiaajgohhmfcfl
URL Oficial https://chromewebstore.google.com/detail/virtual-assistant/cgcnfipjgoenlhmfhjjiaajgohhmfcfl
Descrição The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...
Tamanho do Arquivo 155 KB
Contagem de Instalações 203
Versão Atual 4
Última Atualização 2015-06-14
Data de Publicação 2015-06-14
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor https://www.kastgames.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Virtual Assistant",
    "manifest_version": 2,
    "version": "4",
    "description": "The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...",
    "content_security_policy": "script-src 'self' https:\/\/en.wikipedia.org https:\/\/maps.gstatic.com https:\/\/maps.googleapis.com https:\/\/www.google.com 'unsafe-eval' https:\/\/; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/*\/",
        "https:\/\/www.google.com\/*",
        "http:\/\/www.google.com\/*",
        "https:\/\/www.en.wikipedia.org\/*",
        "http:\/\/www.en.wikipedia.org\/*"
    ],
    "browser_action": {
        "name": "Extension",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}