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.

Qu'est-ce que Archie.AI: Google Analytics Chatbot ?

Archie.AI: Google Analytics Chatbot est une extension Chrome développée par https://www.archie.ai, et sa fonction principale est "Archie.AI is a chat bot for Google Analytics. You can talk to Archie about your data in plain English.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Archie.AI: Google Analytics Chatbot

Téléchargez les fichiers d'extension Archie.AI: Google Analytics Chatbot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Archie.AI: Google Analytics Chatbot Archie.AI: Google Analytics Chatbot
ID dehldelopfcidgmfdbgaljofaemkkjcg
URL Officiel https://chromewebstore.google.com/detail/archieai-google-analytics/dehldelopfcidgmfdbgaljofaemkkjcg
Description Archie.AI is a chat bot for Google Analytics. You can talk to Archie about your data in plain English.
Taille du Fichier 776 KB
Nombre d'Installations 352
Version Actuelle 2.0.0
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 3.86/5 Total 7 Évaluations
Développeur https://www.archie.ai
Type de Paiement free
Site Web de l'Extension https://www.archie.ai
URL de la Page d'Aide https://www.archie.ai/help
Langues Prises en Charge 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"
}