Zendesk Web Widget

Zendesk Web Widget

Web widget which allows to create tickets or chat with support. Extension will be only for internal use to specific website only.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Zendesk Web Widget",
  "description": "Web widget which allows to create tickets or chat with support. Extension will be only for internal use to specific website only.",
  "version": "0.0.2",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Embed the Zendesk widget on this page!"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "web_accessible_resources": [
    "auth.js",
    "widget.js"
  ],
  "permissions": [
    "https://wd3.myworkday.com/tieto/*",
    "https://wd3-impl.workday.com/tieto1/*",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "events.js"
    ],
    "persistent": false
  }
}