babelConnect

babelConnect

Add magic automations for your communications. Use automations with calls and messaging in all your favorite web tools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "babelConnect",
  "description": "Add magic automations for your communications. Use automations with calls and messaging in all your favorite web tools.",
  "version": "317",
  "background": {
    "scripts": [
      "js/eventPage.js",
      "js/lib/jquery.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "images/babelforce_darkgrey-icon16.png"
    },
    "default_title": "babelConnect"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/lib/jquery.js",
        "js/bc-wrapper.js",
        "js/bc.connect.js",
        "js/wrapper-api.js",
        "js/event-click2call.js"
      ],
      "css": [
        "css/app.css"
      ]
    }
  ],
  "options_ui": {
    "page": "html/options.html",
    "chrome_style": true
  },
  "permissions": [
    "storage",
    "activeTab",
    "webNavigation",
    "*://*/*"
  ],
  "web_accessible_resources": [
    "js/lib/jquery.js",
    "js/wrapper-api.js",
    "js/bc.connect.js",
    "js/event-click2call.js",
    "js/matchers/**",
    "images/*",
    "data/*.json"
  ],
  "version_name": "2.1.0"
}