Anna Assistant

Your Personal Assistant on Google Chrome.

Anna Assistant란 무엇입니까?

Anna Assistant은(는) Capsule Corp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your Personal Assistant on Google Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Your Personal Assistant on Google Chrome
Just say "hey" before a request, and ANNA is their to do it.

Talk to ANNA to have your work automated

Explore what ANNA can do

What's on Screen?
Take Screenshot
Small talks
Youtube
Maps
Open a website
Tweet
Safe Mode
Motivate
Tell a Joke
Mail
Places
Search Optimized
Weather
If I don't understand
Close tabs

Talking to ANNA is an easier, faster and cool way to get your stuff done With a redesined interface ANNA is more powerfull than ever And the more you use ANNA the better it knows what that need at that moment

See github docs for more features and docs                    

확장 프로그램 기본 정보

이름 Anna Assistant Anna Assistant
ID kmkkgdkinnjokklbfloikdbdohbiklog
공식 URL https://chrome.google.com/webstore/detail/anna-assistant/kmkkgdkinnjokklbfloikdbdohbiklog
설명 Your Personal Assistant on Google Chrome.
파일 크기 9.58 MB
설치 횟수 179
현재 버전 1.5
최근 업데이트 2020-12-22
출시 날짜 2020-12-22
평점 3.89/5 총 19 개의 평점
개발자 Capsule Corp
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://anna-assistant.github.io/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anna Assistant",
    "short_name": "Anna",
    "version": "1.5",
    "description": "Your Personal Assistant on Google Chrome.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/on-off-switch.js",
            "js\/on-off-switch-onload.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Anna",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "webNavigation",
        "*:\/\/*\/*",
        "",
        "activeTab",
        "bookmarks",
        "identity.email",
        "identity",
        "tabs",
        "storage",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/clients1.google.com\/complete\/search"
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}