Hand Signals - Hand signals for Google Meet
Quick Occupy hand signals for use in Google Meet
What is Hand Signals - Hand signals for Google Meet?
Hand Signals - Hand signals for Google Meet is a Chrome extension developed by Government Digital Service, and its main feature is "Quick Occupy hand signals for use in Google Meet".
Extension Screenshots
Download Hand Signals - Hand signals for Google Meet Extension CRX File
Download Hand Signals - Hand signals for Google Meet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Notice of decommission
We aim to decommission this extension by the end of 2023. Extension Basic Information
| Name | |
| ID | npkagcojnlkccpdcgokfijkbhmlkglnl |
| Official URL | https://chrome.google.com/webstore/detail/hand-signals-hand-signals/npkagcojnlkccpdcgokfijkbhmlkglnl |
| Description | Quick Occupy hand signals for use in Google Meet |
| File Size | 302 KB |
| Installation Count | 161 |
| Current Version | 2.1.0 |
| Last Updated | 2023-06-27 |
| Publish Date | 2020-11-17 |
| Rating | 1.00/5 Total 2 Ratings |
| Developer | Government Digital Service |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/alphagov/hand-signals/ |
| Help Page URL | https://github.com/alphagov/hand-signals/issues |
| Supported Languages | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hand Signals - Hand signals for Google Meet",
"version": "2.1.0",
"description": "Quick Occupy hand signals for use in Google Meet",
"content_scripts": [
{
"matches": [
"*:\/\/meet.google.com\/**-**-**"
],
"js": [
"inject.js"
]
}
],
"web_accessible_resources": [
"content.js",
"dist\/*"
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icons\/16.png"
},
"externally_connectable": {
"matches": [
"*:\/\/meet.google.com\/**-**-**"
]
},
"optional_permissions": [
"notifications",
"*:\/\/meet.google.com\/**-**-**"
]
} | |