Virtual Assistant
The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...
What is Virtual Assistant?
Virtual Assistant is a Chrome extension developed by https://www.kastgames.com, and its main feature is "The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...".
Extension Screenshots
Download Virtual Assistant Extension CRX File
Download Virtual Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Virtual Assistant |
ID | cgcnfipjgoenlhmfhjjiaajgohhmfcfl |
Official URL | https://chromewebstore.google.com/detail/virtual-assistant/cgcnfipjgoenlhmfhjjiaajgohhmfcfl |
Description | The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things... |
File Size | 155 KB |
Installation Count | 203 |
Current Version | 4 |
Last Updated | 2015-06-14 |
Publish Date | 2015-06-14 |
Rating | 2.33/5 Total 3 Ratings |
Developer | https://www.kastgames.com |
Payment Type | free |
Supported Languages | 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" } } |