Google Meet Meters
Adds an informative, dynamic talk meter, for every participant in a Google Meet meeting.
What is Google Meet Meters?
Google Meet Meters is a Chrome extension developed by Unknown, and its main feature is "Adds an informative, dynamic talk meter, for every participant in a Google Meet meeting.".
Extension Screenshots
Download Google Meet Meters Extension CRX File
Download Google Meet Meters 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
Encourage hidden insights from the less vocal individuals on your team or facilitate moderation of a dynamic discussion. Privacy Policy This extension does not track any user data.
Extension Basic Information
Name | Google Meet Meters |
ID | ljbmkpdkikehladkjibcgdgogagagcag |
Official URL | https://chromewebstore.google.com/detail/google-meet-meters/ljbmkpdkikehladkjibcgdgogagagcag |
Description | Adds an informative, dynamic talk meter, for every participant in a Google Meet meeting. |
File Size | 87.77 KB |
Installation Count | 3,089 |
Current Version | 1.2.0 |
Last Updated | 2020-06-12 |
Publish Date | 2020-06-11 |
Rating | 1.62/5 Total 21 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Meet Meters", "version": "1.2.0", "description": "Adds an informative, dynamic talk meter, for every participant in a Google Meet meeting.", "content_scripts": [ { "js": [ "assets\/loader-8337af83.js" ], "matches": [ "https:\/\/meet.google.com\/*" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "\/extension.js", "loader.js" ], "browser_action": { "default_title": "Google Meet Meters" }, "icons": { "16": "\/static\/16.png", "48": "\/static\/48.png", "128": "\/static\/128.png" }, "permissions": [] } |