Gmeet Recording plugin

Gmeet Recording plugin

Vad är Gmeet Recording plugin?

Gmeet Recording plugin är en Chrome-tillägg utvecklad av https://hdvideomeet.com, och dess huvudfunktion är "Gmeet Recording plugin".

Tilläggsskärmbilder

screenshot

Ladda ner Gmeet Recording plugin-förlängningens CRX-fil

Ladda ner Gmeet Recording plugin-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

                        Recording plugin for HDVideomeet                    

Grundläggande Information om Tillägg

Namn Gmeet Recording plugin Gmeet Recording plugin
ID afhdngndofliioielklldembhbpgnngj
Officiell webbadress https://chromewebstore.google.com/detail/gmeet-recording-plugin/afhdngndofliioielklldembhbpgnngj
Beskrivning Gmeet Recording plugin
Filstorlek 11.79 KB
Antal Installationer 8,008
Aktuell Version 0.2.0
Senast Uppdaterad 2020-05-09
Publiceringsdatum 2020-05-07
Betyg 1.86/5 Totalt 7 Betyg
Utvecklare https://hdvideomeet.com
Betalningssätt free
Stödda Språk en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.hdvideomeet.com\/*"
            ]
        }
    ],
    "description": "Gmeet Recording plugin",
    "externally_connectable": {
        "all_frames": true,
        "matches": [
            "https:\/\/*.hdvideomeet.com\/*"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Gmeet Recording plugin",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "Gmeet Recording plugin",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.0"
}