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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |