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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Virtual Assistant
قم بتنزيل ملفات الامتداد Virtual Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |