Virtual Assistant

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

Was ist Virtual Assistant?

Virtual Assistant ist eine Chrome-Erweiterung, die von https://www.kastgames.com entwickelt wurde, und ihr Hauptmerkmal ist "The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Virtual Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Virtual Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Virtual Assistant Virtual Assistant
ID cgcnfipjgoenlhmfhjjiaajgohhmfcfl
Offizielle URL https://chromewebstore.google.com/detail/virtual-assistant/cgcnfipjgoenlhmfhjjiaajgohhmfcfl
Beschreibung The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...
Dateigröße 155 KB
Installationsanzahl 203
Aktuelle Version 4
Letztes Update 2015-06-14
Veröffentlichungsdatum 2015-06-14
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler https://www.kastgames.com
Zahlungsart free
Unterstützte Sprachen 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"
    }
}