Meet Lattice
Embed Lattice inside of Meet
Cos'è Meet Lattice?
Meet Lattice è un'estensione di Chrome sviluppata da product, e la sua funzione principale è "Embed Lattice inside of Meet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Meet Lattice
Scarica i file di estensione Meet Lattice in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Lattice Web Extension for Google Meet Informazioni di Base sull'Estensione
| Nome | |
| ID | jmhajofndhmoidmnpoceegmjgceeckgp |
| URL Ufficiale | https://chromewebstore.google.com/detail/meet-lattice/jmhajofndhmoidmnpoceegmjgceeckgp |
| Descrizione | Embed Lattice inside of Meet |
| Dimensione del File | 41.35 KB |
| Conteggio Installazioni | 96 |
| Versione Corrente | 0.0.4 |
| Ultimo Aggiornamento | 2023-04-10 |
| Data di Pubblicazione | 2023-02-07 |
| Sviluppatore | product |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |