Virtual Assistant

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

Что такое Virtual Assistant?

Virtual Assistant - это расширение Chrome, разработанное https://www.kastgames.com, и его основная функция - "The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Virtual Assistant

Скачайте файлы расширений Virtual Assistant в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Virtual Assistant Virtual Assistant
ID cgcnfipjgoenlhmfhjjiaajgohhmfcfl
Официальный URL https://chromewebstore.google.com/detail/virtual-assistant/cgcnfipjgoenlhmfhjjiaajgohhmfcfl
Описание The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...
Размер файла 155 KB
Количество установок 203
Текущая Версия 4
Последнее Обновление 2015-06-14
Дата публикации 2015-06-14
Рейтинг 2.33/5 Всего 3 оценок
Разработчик https://www.kastgames.com
Тип оплаты free
Поддерживаемые языки 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"
    }
}