Alexa App Setup and Guide
This extension guides you the steps to setup alexa app.
什麼是Alexa App Setup and Guide?
Alexa App Setup and Guide是由Smart Home Setup Services開發的Chrome擴展程式,該擴展的主要功能是“This extension guides you the steps to setup alexa app.”。
擴展截圖
下載Alexa App Setup and Guide擴展crx文件
下載Alexa App Setup and Guide擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Amazon echo is a smart speaker and most popular in all smart speakers. To setup amazon echo dor we need an app to connect echo dot to the Wi-Fi and make it work. There are few requirements in order to use echo dot app. 1. You must have a device echo, echo dot, echo plus and so on. 2. Internet connection and WiFi router 3. A smart phone or a computer Let’s start download alexa app and setup your echo dot. There are few steps to be performed while setting up echo dot with help of an app. How to Setup Alexa App and Echo Device? - Know Your Steps! Get started with the steps for setup: Step 1: Plug-in Alexa Device • Plug-in one end of USB cable in Echo power port and another end in power adapter. • Insert your power adapter in electric socket and switch on the plug. • Once Echo device receives power, check for the blue light ring on device top. • The light ring will change automatically to orange implying, the device has entered setup mode. Step 2: Download Alexa App Android users may refer Google Play store while iOS users can access App Store to download Alexa App. • Open the store i.e., compatible with your phone. • Type and Download Alexa App on your mobile device. • Follow on-screen instructions to complete Alexa App installation on your mobile. You’ll see ‘Alexa App Install complete’ message after the process finishes successfully. Step 3: Alexa App Setup • Touch Alexa App icon on your mobile to launch the program. • Tap on ‘Choose Your Device’ drop-down box and make your choice from the list (i.e., Echo, Echo Dot, Echo Plus, Echo Spot, Echo Show, Echo Sub, Echo Input, or Tap). Note: You can setup one device at a time. For more than one Echo device setup, repeat the process from Step 3. • After you select the device from the given options, choose your location and language. For instance, if you purchased your Echo Device from U.S. Amazon Account- your setting will be U.S. (English). Step 4: Connect to Wi-Fi Network • Tap on CONTINUE button on mobile and press ‘Connect to Wi-Fi’ button on next page. • In most cases, your Echo device automatically connects to Alexa App. • However, if the Echo device is not added automatically to Alexa App- complete the process manually. • For this, navigate to mobile Wi-Fi settings. • Turn on Wi-Fi and under available list of networks; choose the network name with format “Amazon-XXX.” Note: If you can’t see any such network name then, refresh your list and wait for a while. Step 5: Complete Alexa Setup • Now, go back to Alexa App and click on ‘Next’-> ‘Continue’ ->’Continue’ button and wait for the Alexa App setup to finish. Note: For any problem connecting your device to Wi-Fi, check your Internet connection and router device. • Now, check for the list of wireless network available on your mobile. • Tap on the wireless network you want to connect it with. Note: Please make sure that your wireless network is a dual-band having frequency 2.4 GHz to 5.0 GHz. Otherwise; you may face issues while setting up Alexa App. Step 6: Talk to Alexa By default the wake word for your Echo device is Alexa. However, you may change and access ‘Computer’ or ‘Echo’ also, as the wake words. • Use ‘Alexa’ as Echo’s default wake word (if not changed). • Your Device will respond to all commands that you perform. • To check- if your Alexa is working or not say one of the following lines- “Alexa, what time is it?” “Alexa, what restaurants are nearby?” Note: Ask Alexa all kind of questions- you want. But one at a Time!
擴展基本資訊
名稱 | |
ID | planfpldicanlidfnjoabjboigabhhfd |
官方網址 | https://chrome.google.com/webstore/detail/alexa-app-setup-and-guide/planfpldicanlidfnjoabjboigabhhfd |
簡介 | This extension guides you the steps to setup alexa app. |
檔案大小 | 424 KB |
安裝次數 | 9,000 |
目前版本 | 1.1.5 |
更新時間 | 2019-09-19 |
上架時間 | 2019-09-19 |
評分 | 1.63/5 共 30 次評分 |
開發者 | Smart Home Setup Services |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "background": { "page": ".\/html\/background.html" }, "browser_action": { "default_icon": ".\/images\/icons\/48.png", "default_title": "Alexa App Setup and Guide" }, "description": "This extension guides you the steps to setup alexa app.", "icons": { "128": ".\/images\/icons\/128.png", "16": ".\/images\/icons\/16.png", "48": ".\/images\/icons\/48.png" }, "incognito": "spanning", "manifest_version": 2, "name": "Alexa App Setup and Guide", "permissions": [ "chrome:\/\/favicon\/", "management", "history", "bookmarks", "storage", "nativeMessaging", "browsingData" ], "short_name": "alexaappsetup", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.5", "content_security_policy": "script-src 'self' 'unsafe-eval' 'unsafe-inline'; object-src 'self'" } |