Leave Confirmation for Google Meet™

Add prompt when leaving Google Meet to stop accidental misclicks

Vad är Leave Confirmation for Google Meet™?

Leave Confirmation for Google Meet™ är en Chrome-tillägg utvecklad av https://gm-leave-confirmation.freefinancetools.net, och dess huvudfunktion är "Add prompt when leaving Google Meet to stop accidental misclicks".

Tilläggsskärmbilder

screenshot

Ladda ner Leave Confirmation for Google Meet™-förlängningens CRX-fil

Ladda ner Leave Confirmation for Google Meet™-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

                        Our FREE software extension Leave Confirmation for Google Meet™ allow you to quickly enable/disable settings for Leave Confirmation popup.

When you have so many online meetings every day, it is easy to accidentally click on the hang-up button and leave the Google Meet meeting. This extension solves the issue by adding a confirmation popup to confirm you really want to leave the virtual meeting, and save you some embarrassment when you do an misclick.

Core Feature:

Leave Confirmation Popup
- Adds prompt/popup box when you are leaving the Google Meet meeting, this helps to stop you from leaving Google Meetings accidentally                    

Grundläggande Information om Tillägg

Namn Leave Confirmation for Google Meet™ Leave Confirmation for Google Meet™
ID obohhkmfpgpaikhdcmodihkhapclledh
Officiell webbadress https://chromewebstore.google.com/detail/leave-confirmation-for-go/obohhkmfpgpaikhdcmodihkhapclledh
Beskrivning Add prompt when leaving Google Meet to stop accidental misclicks
Filstorlek 1.57 MB
Antal Installationer 44
Aktuell Version 1.0.1
Senast Uppdaterad 2020-12-12
Publiceringsdatum 2020-10-28
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://gm-leave-confirmation.freefinancetools.net
E-post [email protected]
Betalningssätt free
Stödda Språk id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "author": "Free Simple Apps",
    "version": "1.0.1",
    "version_name": "1.0.1",
    "default_locale": "en",
    "container": [
        "GOOGLE_DRIVE"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "ui\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "scripts\/config.js",
                "scripts\/hotKey.js",
                "scripts\/extension.js",
                "scripts\/common.js",
                "scripts\/sidebar.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/config.js",
            "scripts\/background.js",
            "scripts\/welcome-goodbye.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/styles\/*",
        "\/images\/*",
        "\/webfonts\/*",
        "\/scripts\/*"
    ],
    "homepage_url": "https:\/\/gm-leave-confirmation.freefinancetools.net\/"
}