Meet Lattice
Embed Lattice inside of Meet
什么是Meet Lattice?
Meet Lattice是由product开发的Chrome扩展程序,该扩展的主要功能是“Embed Lattice inside of Meet”。
扩展截图
下载Meet Lattice扩展crx文件
下载Meet Lattice扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Lattice Web Extension for Google Meet
扩展基本信息
名称 | Meet Lattice |
ID | jmhajofndhmoidmnpoceegmjgceeckgp |
官方URL | https://chromewebstore.google.com/detail/meet-lattice/jmhajofndhmoidmnpoceegmjgceeckgp |
简介 | Embed Lattice inside of Meet |
文件大小 | 41.35 KB |
安装次数 | 96 |
当前版本 | 0.0.4 |
更新时间 | 2023-04-10 |
上架时间 | 2023-02-07 |
开发者 | product |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |