Asterisk CTI Phone Extension for Vtiger CRM

Asterisk CTI Phone Extension for Vtiger CRM

Integration supports CRM VtigerCRM & Asterisk Server( FreePBX, Elastix, Vici Dial etc).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Asterisk CTI Phone Extension for Vtiger CRM",
  "short_name": "Call Center Module",
  "description": "Integration supports CRM VtigerCRM & Asterisk Server( FreePBX, Elastix, Vici Dial etc).",
  "version": "6.5",
  "browser_action": {
    "default_icon": "icon-phone.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "notifications"
  ],
  "icons": {
    "16": "icon-phone.png",
    "48": "icon-phone.png",
    "128": "icon-phone.png"
  },
  "options_page": "options.html",
  "background": {
    "persistent": true,
    "scripts": [
      "js/techextensionconnect.js",
      "js/techextension.js",
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "images/*.png",
    "js/jquery.js",
    "js/content_page.js",
    "images/icon-phone.png"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/jquery.js",
        "js/content_page.js",
        "js/tinybox.js",
        "js/loader.js",
        "js/techextensiondialog.js"
      ],
      "css": [
        "css/style.css",
        "css/techextensiondialog.css",
        "css/content_page.css"
      ],
      "html": [
        "options.html"
      ],
      "image": [
        "icon-phone.png"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ]
}