Alma from ChatbotTest (beta)

Alma from ChatbotTest (beta)

Alma guides you through a short test to get insights about any chatbot.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Alma from ChatbotTest (beta)",
  "short_name": "alma-chatbottest",
  "homepage_url": "https://chrome.google.com/webstore/detail/alma-from-chatbottest-bet/dgaboafmafkidbjgcichcbaikbefbakh",
  "description": "Alma guides you through a short test to get insights about any chatbot.",
  "version": "0.2.2",
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "identity",
    "identity.email"
  ],
  "icons": {
    "16": "img/16-test-chatbot.png",
    "48": "img/48-test-chatbot.png",
    "128": "img/128-test-chatbot.png"
  },
  "page_action": {
    "default_icon": "img/128-test-chatbot.png",
    "default_title": "Alma helps you testing a chatbot in Telegram or Facebook Messenger. The extension activates when you are there. Then, click here and start talking to Alma."
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.telegram.org/*",
        "http://web.telegram.org/*",
        "https://www.messenger.com/*",
        "http://www.messenger.com/*",
        "https://www.facebook.com/messages/*",
        "http://www.facebook.com/messages/*"
      ],
      "js": [
        "js/jquery-2.2.4.min.js",
        "js/alma.js",
        "js/app.js",
        "js/Chart.min.js"
      ],
      "css": [
        "css/style.chrome.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "conversational-chat.html",
    "bottester-questions-complete.json",
    "img/48-test-chatbot.png",
    "img/48-alma.png"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}