Systech Support Extension

Systech Support Extension

This extension allows you to quickly and easily begin a remote support connection

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Systech Support Extension",
  "short_name": "Systech Support",
  "description": "This extension allows you to quickly and easily begin a remote support connection",
  "version": "1.1",
  "background": {
    "scripts": [
      "javascript/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": "images/SystechLogo.png",
    "default_popup": "html/popup.html",
    "default_title": "Systech Remote Support"
  }
}