GM Assistant

GM Assistant

Wat is GM Assistant?

GM Assistant is een Chrome-extensie ontwikkeld door Ayudh Kumar Gupta, en de belangrijkste functie is "GM Assistant".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie GM Assistant

Download GM Assistant-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

                        Use this chrome extension to join all google meet calls via a default user. One can also Turn off their Mic and Camera by default using this extension.                    

Basisinformatie over de Extensie

Naam GM Assistant GM Assistant
ID gnfmffmjjhjhidgghikjiajfbcfhdfmf
Officiële URL https://chromewebstore.google.com/detail/gm-assistant/gnfmffmjjhjhidgghikjiajfbcfhdfmf
Beschrijving GM Assistant
Bestandsgrootte 49.11 KB
Aantal Installaties 51
Huidige Versie 1.1
Laatst Bijgewerkt 2021-06-18
Publicatiedatum 2021-03-29
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar Ayudh Kumar Gupta
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GM Assistant",
    "version": "1.1",
    "description": "GM Assistant",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "constants.js",
                "storageUtil.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}