Archie.AI: Google Analytics Chatbot

Archie.AI is a chat bot for Google Analytics. You can talk to Archie about your data in plain English.

Archie.AI: Google Analytics Chatbot란 무엇입니까?

Archie.AI: Google Analytics Chatbot은(는) https://www.archie.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Archie.AI is a chat bot for Google Analytics. You can talk to Archie about your data in plain English."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Archie.AI: Google Analytics Chatbot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Talk to Google Analytics from your chrome browser without having to go to Google Analytics  website. 

Instantly access traffic, sales or conversion data through Archie.AI Chrome Extension. 
No need to sift through countless webpages to get to the data you want.

Ask Archie in plain English and get the answers instantly.

-----------------------------

Archie's Top 10 Answered Questions:
» What was my traffic in the last 7 days?
» Give me a weekly briefing.
» Please predict my next week's traffic.
» How many visitors did I get from Facebook in the last 24 hours?
» Where did I get most of my visitors in the last 24 hours?
» How much traffic did I get from Google in the last 7 days?
» Give me a daily briefing.
» How many conversions did I get in the last 30 days? 
» How much revenue did I make in the last 30 days? 
» What kind of device did most of my traffic use?

Full List of Questions: https://www.archie.ai/ask-me

-----------------------------

Additional Features: 
» Cut through Google Analytics w/ free, weekly emails.
» Talk to Google Analytics w/ Amazon Alexa enabled devices.
» Talk to Google Analytics w/ Google Assistant enabled devices.
» Web App to effortlessly compare conversion funnels using Google Analytics data.

👉 NOTE: 
Please ensure you are logged into the same Google account on Chrome Browser and Archie.AI Chatbot.                    

확장 프로그램 기본 정보

이름 Archie.AI: Google Analytics Chatbot Archie.AI: Google Analytics Chatbot
ID dehldelopfcidgmfdbgaljofaemkkjcg
공식 URL https://chromewebstore.google.com/detail/archieai-google-analytics/dehldelopfcidgmfdbgaljofaemkkjcg
설명 Archie.AI is a chat bot for Google Analytics. You can talk to Archie about your data in plain English.
파일 크기 776 KB
설치 횟수 352
현재 버전 2.0.0
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 3.86/5 총 7 개의 평점
개발자 https://www.archie.ai
결제 유형 free
확장 프로그램 웹 사이트 https://www.archie.ai
도움말 페이지 URL https://www.archie.ai/help
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Archie.AI: Google Analytics Chatbot",
    "short_name": "Archie",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png",
        "400": "icon_400.png"
    },
    "description": "Archie.AI is a chat bot for Google Analytics. You can talk to Archie about your data in plain English.",
    "version": "2.0.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "oauth2": {
        "client_id": "31613258233-nklosj1upv82ejpq0bkm1gec6bn6qoo4.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "https:\/\/www.googleapis.com\/auth\/analytics",
            "email",
            "https:\/\/www.googleapis.com\/auth\/plus.login"
        ]
    },
    "permissions": [
        "activeTab",
        "identity",
        "storage",
        "https:\/\/accounts.google.com\/o\/oauth2\/token"
    ],
    "content_security_policy": "script-src 'self' https:\/\/eurekaking.herokuapp.com https:\/\/www.archie.ai http:\/\/localhost:3000; object-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo+TI\/lKGg\/DMQpWeMEuM+LzRvpOK1tBSBnVzq5LIuOKw\/LL63UCEK5hvrEBrOLjt4XZi8NeTzUBC8DmBJ5pk5yqE8UH3ZHlgxcIiBm+fGpThfmErDEw\/1lghizuBmECe+y8fy11IgKlqpwe2XyUj3w+PJVwJpyIVsvaVGBREP5YJG0h6MjxFG+Ex1itrXiyy5C4RMBQ2+GnYY+89425YXNN\/4heEjrwV1U83RapH+UG6gAdYSW\/Qye9pZNBdlWeL53FailRGN6FP+8S4ATC7zAktWKR06yNbMRB1DNFgfWlJQsU\/MLC9v8LUInpvje5\/\/6WvAeRcah6964iBQZbHZQIDAQAB"
}