Auto Meet
Continue meet with out interruptions. Accept join request effortless.
Wat is Auto Meet?
Auto Meet is een Chrome-extensie ontwikkeld door Evagoon Inc., en de belangrijkste functie is "Continue meet with out interruptions. Accept join request effortless.".
Extensie Screenshots
Download het CRX-bestand van de extensie Auto Meet
Download Auto Meet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Focus on online meet explaining what matters the most. Install it and do not bother adding user while interrupting your meet. No need for operator to add sit and add user every time. Just install and forget. No logging, no adds, just tool that is made to ease on line meets.
Basisinformatie over de Extensie
Naam | Auto Meet |
ID | kjnngggoadpbmpbdghbbfecfkomokmif |
Officiële URL | https://chromewebstore.google.com/detail/auto-meet/kjnngggoadpbmpbdghbbfecfkomokmif |
Beschrijving | Continue meet with out interruptions. Accept join request effortless. |
Bestandsgrootte | 43.83 KB |
Aantal Installaties | 178 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2022-01-26 |
Publicatiedatum | 2020-10-08 |
Ontwikkelaar | Evagoon Inc. |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "author": "Evagoon Inc.", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "tab-icon.png", "default_title": "Auto Meet" }, "content_scripts": [ { "js": [ "js\/hello12.js" ], "matches": [ "https:\/\/meet.google.com\/*" ] }, { "js": [ "js\/hello2.js" ], "matches": [ "*:\/\/www.amazon.in\/*" ] }, { "js": [ "js\/hello1.js" ], "matches": [ "*:\/\/www.flipkart.com\/*" ] } ], "description": "Continue meet with out interruptions. Accept join request effortless.", "icons": { "128": "icon\/icon-128.png", "16": "icon\/icon-16.png", "48": "icon\/icon-48.png" }, "manifest_version": 2, "name": "Auto Meet", "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |