Meet Lattice
Embed Lattice inside of Meet
What is Meet Lattice?
Meet Lattice is a Chrome extension developed by product, and its main feature is "Embed Lattice inside of Meet".
Extension Screenshots
Download Meet Lattice Extension CRX File
Download Meet Lattice 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
Lattice Web Extension for Google Meet
Extension Basic Information
Name | Meet Lattice |
ID | jmhajofndhmoidmnpoceegmjgceeckgp |
Official URL | https://chromewebstore.google.com/detail/meet-lattice/jmhajofndhmoidmnpoceegmjgceeckgp |
Description | Embed Lattice inside of Meet |
File Size | 41.35 KB |
Installation Count | 96 |
Current Version | 0.0.4 |
Last Updated | 2023-04-10 |
Publish Date | 2023-02-07 |
Developer | product |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Meet Lattice", "description": "Embed Lattice inside of Meet", "version": "0.0.4", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "101.0" } }, "minimum_chrome_version": "101", "permissions": [ "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "https:\/\/*.latticehq.com\/" ], "background": { "service_worker": "background.cb9bc850.js" }, "content_scripts": [ { "js": [ "content.e2278e79.js" ], "matches": [ "https:\/\/meet.google.com\/*" ], "css": [] } ], "action": [], "icons": { "16": "icon16.ede7306b.png", "48": "icon48.120367bc.png", "128": "icon128.a99d0a08.png" }, "web_accessible_resources": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "resources": [ "iframe.f1ecdb86.html", "iframe.5d5731e7.js", "iframe.3c90dedc.css" ] } ] } |