Virtual Assistant
The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...
Co je Virtual Assistant?
Virtual Assistant je rozšíření Chrome vyvinuté https://www.kastgames.com, a jeho hlavní funkcí je „The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Virtual Assistant
Stáhněte si soubory rozšíření Virtual Assistant ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Virtual Assistant |
ID | cgcnfipjgoenlhmfhjjiaajgohhmfcfl |
Oficiální URL | https://chromewebstore.google.com/detail/virtual-assistant/cgcnfipjgoenlhmfhjjiaajgohhmfcfl |
Popis | The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things... |
Velikost souboru | 155 KB |
Počet instalací | 203 |
Aktuální Verze | 4 |
Poslední Aktualizace | 2015-06-14 |
Datum Vydání | 2015-06-14 |
Hodnocení | 2.33/5 Celkem 3 Hodnocení |
Vývojář | https://www.kastgames.com |
Typ Platby | free |
Podporované Jazyky | 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" } } |