Gmail Button

A simple toolbar icon to open Gmail

Wat is Gmail Button?

Gmail Button is een Chrome-extensie ontwikkeld door Valtteri Laitinen, en de belangrijkste functie is "A simple toolbar icon to open Gmail".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gmail Button

Download Gmail Button-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

                        (This extension is not affiliated with Google. “Gmail” is a trademark of Google LLC.)                    

Basisinformatie over de Extensie

Naam Gmail Button Gmail Button
ID afdienfgfeojjnmobgakodmkiebhfcap
Officiële URL https://chromewebstore.google.com/detail/gmail-button/afdienfgfeojjnmobgakodmkiebhfcap
Beschrijving A simple toolbar icon to open Gmail
Bestandsgrootte 5.44 KB
Aantal Installaties 5,228
Huidige Versie 3.0.0
Laatst Bijgewerkt 2023-07-19
Publicatiedatum 2019-10-13
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar Valtteri Laitinen
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/valtlai/gmail-button
Help Pagina-URL https://github.com/valtlai/gmail-button/discussions/categories/q-a
URL van de Privacybeleid Pagina https://github.com/valtlai/gmail-button/blob/main/PRIVACY.md
Ondersteunde Talen en,fi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "name": "__MSG_name__",
    "version": "3.0.0",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_open__"
    }
}