Virtual Assistant
The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...
Cos'è Virtual Assistant?
Virtual Assistant è un'estensione di Chrome sviluppata da https://www.kastgames.com, e la sua funzione principale è "The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Virtual Assistant
Scarica i file di estensione Virtual Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Virtual Assistant |
ID | cgcnfipjgoenlhmfhjjiaajgohhmfcfl |
URL Ufficiale | https://chromewebstore.google.com/detail/virtual-assistant/cgcnfipjgoenlhmfhjjiaajgohhmfcfl |
Descrizione | The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things... |
Dimensione del File | 155 KB |
Conteggio Installazioni | 203 |
Versione Corrente | 4 |
Ultimo Aggiornamento | 2015-06-14 |
Data di Pubblicazione | 2015-06-14 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | https://www.kastgames.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |