Virtual Assistant
The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...
Vad är Virtual Assistant?
Virtual Assistant är en Chrome-tillägg utvecklad av https://www.kastgames.com, och dess huvudfunktion är "The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...".
Tilläggsskärmbilder
Ladda ner Virtual Assistant-förlängningens CRX-fil
Ladda ner Virtual Assistant-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Virtual Assistant |
ID | cgcnfipjgoenlhmfhjjiaajgohhmfcfl |
Officiell webbadress | https://chromewebstore.google.com/detail/virtual-assistant/cgcnfipjgoenlhmfhjjiaajgohhmfcfl |
Beskrivning | The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things... |
Filstorlek | 155 KB |
Antal Installationer | 203 |
Aktuell Version | 4 |
Senast Uppdaterad | 2015-06-14 |
Publiceringsdatum | 2015-06-14 |
Betyg | 2.33/5 Totalt 3 Betyg |
Utvecklare | https://www.kastgames.com |
Betalningssätt | free |
Stödda Språk | 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" } } |