CrankWheel Screen Sharing

CrankWheel Screen Sharing

Instant browser tab or screen sharing with one or multiple customers. No download or preparation needed, even on their mobile.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "CrankWheel Screen Sharing",
  "short_name": "CrankWheel",
  "description": "__MSG_manifestDescription__",
  "version": "6.6.0.0",
  "default_locale": "en",
  "icons": {
    "16": "img/cwicon16.png",
    "19": "img/cwicon19.png",
    "38": "img/cwicon38.png",
    "48": "img/cwicon48.png",
    "128": "img/cwicon128.png"
  },
  "options_page": "html/options.html",
  "background": {
    "persistent": false,
    "page": "html/background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/cwicon19.png",
      "38": "img/cwicon38.png"
    },
    "default_title": "__MSG_defaultBrowserActionMessage__"
  },
  "permissions": [
    "activeTab",
    "desktopCapture",
    "idle",
    "storage",
    "tabCapture"
  ],
  "optional_permissions": [
    "alarms",
    "tabs",
    "https://*.hubspot.com/contacts/*"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+C"
      }
    }
  },
  "externally_connectable": {
    "matches": [
      "https://*.crankwheel.com/*",
      "https://*.meeting.is/*"
    ]
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}