Click to Meet

Click to Meet

This extension allows you to go to an Active Google Meet tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "38": "icon38.png"
    },
    "default_title": "Click to Meet"
  },
  "commands": {
    "goto_tab": {
      "description": "Go to Meet",
      "suggested_key": {
        "default": "Ctrl + Left",
        "mac": "Command + Left"
      }
    },
    "close_tabs": {
      "description": "Close Meet tabs",
      "suggested_key": {
        "default": "Ctrl + Down",
        "mac": "Command + Down"
      }
    },
    "last_tab": {
      "description": "Close remaining tabs",
      "suggested_key": {
        "default": "Ctrl + Up",
        "mac": "Command + Up"
      }
    },
    "close_alltabs": {
      "description": "Reopen last tab",
      "suggested_key": {
        "default": "Ctrl + Right",
        "mac": "Command + Right"
      }
    }
  },
  "author": "Gaurav kushwaha",
  "description": "This extension allows you to go to an Active Google Meet tab.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "homepage_url": "https://chrome.google.com/webstore/detail/click-to-meet/ehcbipkoaanenigfifjmilglodhkjbfn",
  "name": "Click to Meet",
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "version": "1.3.3"
}