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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Virtual Assistant can do a lot of tasks like: actual weather, information searching in the web and many other things..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Virtual Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}