Virtual Assistant
The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things...
Virtual Assistant क्या है?
Virtual Assistant https://www.kastgames.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things..."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Virtual Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Virtual Assistant |
ID | cgcnfipjgoenlhmfhjjiaajgohhmfcfl |
आधिकारिक URL | https://chromewebstore.google.com/detail/virtual-assistant/cgcnfipjgoenlhmfhjjiaajgohhmfcfl |
विवरण | The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things... |
फ़ाइल का आकार | 155 KB |
स्थापना संख्या | 203 |
वर्तमान संस्करण | 4 |
अंतिम अपडेट | 2015-06-14 |
प्रकाशन तिथि | 2015-06-14 |
रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
डेवलपर | https://www.kastgames.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |