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."입니다.

확장 프로그램 스크린샷

screenshot

Alexa App Setup and Guide 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Alexa App Setup and Guide Alexa App Setup and Guide
ID planfpldicanlidfnjoabjboigabhhfd
공식 URL 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'"
}