WeGRID SmartForm Extension

WeGRID SmartForm Extension

Empower Smartsheet forms with WeGRID SmartForm Extension. Support target dropdown filtering when changing a parent source dropdown

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "WeGRID SmartForm Extension",
  "description": "Empower Smartsheet forms with WeGRID SmartForm Extension. Support target dropdown filtering when changing a parent source dropdown",
  "version": "1.4.7",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "WeGRID SmartForm Extension"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://app.smartsheet.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://app.smartsheet.com/*"
      ],
      "js": [
        "./static/js/content.js"
      ]
    },
    {
      "matches": [
        "https://app.smartsheet.com/*"
      ],
      "js": [
        "./static/js/smartform.js"
      ],
      "world": "MAIN"
    }
  ],
  "web_accessible_resources": [
    {
      "world": "MAIN",
      "matches": [
        "https://app.smartsheet.com/*"
      ],
      "resources": [
        "giathinh.png",
        "giathinh-long.png",
        "wegrid.png",
        "wegrid.svg"
      ]
    }
  ],
  "icons": {
    "48": "wegrid.png",
    "128": "wegrid.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}