Echo Go - Amazon Alexa in your Browser

Amazon Alexa, the powerful virtual assistant in your browser. It can play music, answer your questions and control your smart home.

Echo Go - Amazon Alexa in your Browserคืออะไร?

Echo Go - Amazon Alexa in your Browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://voody.co และคุณลักษณะหลักของมันคือ "Amazon Alexa, the powerful virtual assistant in your browser. It can play music, answer your questions and control your smart home."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Echo Go - Amazon Alexa in your Browser

ดาวน์โหลดไฟล์ส่วนขยาย Echo Go - Amazon Alexa in your Browser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Amazon Alexa, the powerful virtual assistant found inside Echo speaker, is now available in your browser! It can play music, answer your questions and even control your smart devices, and all you need is an Amazon account and a microphone. That means you don’t need to buy an Amazon speaker to enjoy Alexa.

To get started, simply install Echo Go for Chrome, login with your Amazon account, and click the microphone button.

Instead of saying "Alexa" though, click and hold the microphone button to speak your command. Alexa will process the command and respond just as she would from the Echo, Echo Dot or Tap speakers.

You can use Echo Go to play music, make calls, ask questions, check your calendar, weather, traffic and sports scores, manage to-do and shopping lists, control compatible smart home devices, and more.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Echo Go - Amazon Alexa in your Browser Echo Go - Amazon Alexa in your Browser
ID aehlhgcffdfehiofdjldloojleiijhcp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/echo-go-amazon-alexa-in-y/aehlhgcffdfehiofdjldloojleiijhcp
คำอธิบาย Amazon Alexa, the powerful virtual assistant in your browser. It can play music, answer your questions and control your smart home.
ขนาดไฟล์ 797 KB
จำนวนการติดตั้ง 8,000
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-04-15
วันที่เผยแพร่ 2020-04-15
คะแนน 2.33/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา http://voody.co
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://voody.co
URL หน้าช่วยเหลือ https://voody.co
ภาษาที่รองรับ de,en,en-GB,en-US,fr,es,es-419,it,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.1",
    "short_name": "Echo Go",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/localhost:9745\/authresponse",
        "https:\/\/access-alexa-na.amazon.com\/v1\/avs\/speechrecognizer\/recognize",
        "https:\/\/api.amazonalexa.com\/v3\/events",
        "https:\/\/api.amazon.com\/auth\/o2\/token"
    ],
    "content_scripts": [
        {
            "js": [
                "autofill.js"
            ],
            "matches": [
                "https:\/\/na.account.amazon.com\/ap\/signin?*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "bundle.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "scripts\/*.js",
        "static\/*"
    ]
}