Meet view all
Meet view all
Vad är Meet view all?
Meet view all är en Chrome-tillägg utvecklad av Kohsa, och dess huvudfunktion är "Meet view all".
Tilläggsskärmbilder
Ladda ner Meet view all-förlängningens CRX-fil
Ladda ner Meet view all-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Able to see all in meet in one screen To make it work: 1. Ensure that no other grid extensions are active. 2. Change layout to Tiled View. 3. Adjust the slider to Maximum number of videos (49) 4. Set Zoom level of Browser to 75% (use the Ctrl key and “-”) [1.6 Fix] Chat Toggle issue fixed
Grundläggande Information om Tillägg
Namn | Meet view all |
ID | ncdkpefkincbindoojieajcilimcjaae |
Officiell webbadress | https://chromewebstore.google.com/detail/meet-view-all/ncdkpefkincbindoojieajcilimcjaae |
Beskrivning | Meet view all |
Filstorlek | 37.81 KB |
Antal Installationer | 6,697 |
Aktuell Version | 1.6 |
Senast Uppdaterad | 2021-03-06 |
Publiceringsdatum | 2021-02-21 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | Kohsa |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "author": "", "browser_action": { "default_icon": { "24": "icon24.png", "36": "icon36.png", "48": "icon48.png" }, "default_popup": "popup.html", "default_title": "Meet view all" }, "content_scripts": [ { "js": [ "browser-polyfill.js", "content.js" ], "matches": [ "https:\/\/meet.google.com\/*" ], "run_at": "document_idle" } ], "description": "Meet view all", "icons": { "128": "icon128.png", "24": "icon24.png", "36": "icon36.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Meet view all", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.6", "web_accessible_resources": [ "grid.user.js" ] } |