ScreenCloud Dashboard Recorder

ScreenCloud Dashboard Recorder

Record your dashboards for playback on your ScreenCloud Player

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ScreenCloud Dashboard Recorder",
  "icons": {
    "16": "icons/icon_screencloud_16px.png",
    "48": "icons/icon_screencloud_48px.png",
    "128": "icons/icon_screencloud_128px.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "webNavigation",
    "declarativeNetRequest",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "version": "1.13.9",
  "description": "Record your dashboards for playback on your ScreenCloud Player",
  "externally_connectable": {
    "matches": [
      "https://studio.eu.screencloud.com/*",
      "https://studio.us.screencloud.com/*",
      "https://studio.staging.eu.next.sc/*",
      "https://studio.staging.us.next.sc/*",
      "https://studio.edge.next.sc/*"
    ]
  }
}