Instill Screencast Recording

Instill Screencast Recording

Screen recording extension for Instill.io, the visual documentation tool for teams. Easily create animations and videos to document what your team needs to get work done. Describe processes, best practices, work achieved, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "42.0"
    }
  },
  "manifest_version": 2,
  "name": "Screencast Recording by Instill",
  "version": "1.3resigned1",
  "content_scripts": [
    {
      "matches": [
        "*://*.instill.io/*",
        "*://instill.io/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ]
}