Gmail Pop Out Reply Default

Automatically opens the Pop Out Reply when clicking Reply, that's it.

Wat is Gmail Pop Out Reply Default?

Gmail Pop Out Reply Default is een Chrome-extensie ontwikkeld door etnik29, en de belangrijkste functie is "Automatically opens the Pop Out Reply when clicking Reply, that's it.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gmail Pop Out Reply Default

Download Gmail Pop Out Reply Default-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

                        In Gmail:

Opens the Pop Out Reply when clicking Reply.


No information is collected.                    

Basisinformatie over de Extensie

Naam Gmail Pop Out Reply Default Gmail Pop Out Reply Default
ID ogngkhlopjdkmfldjnhdinibcaffdnik
Officiële URL https://chromewebstore.google.com/detail/gmail-pop-out-reply-defau/ogngkhlopjdkmfldjnhdinibcaffdnik
Beschrijving Automatically opens the Pop Out Reply when clicking Reply, that's it.
Bestandsgrootte 76.83 KB
Aantal Installaties 94
Huidige Versie 2.0.0
Laatst Bijgewerkt 2023-06-18
Publicatiedatum 2023-06-18
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar etnik29
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gmail Pop Out Reply Default",
    "description": "Automatically opens the Pop Out Reply when clicking Reply, that's it.",
    "version": "2.0.0",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icons.png",
            "48": "icons\/icons.png",
            "128": "icons\/icons.png"
        },
        "default_title": "Gmail Pop Out Reply Default"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icons.png",
        "48": "icons\/icons.png",
        "128": "icons\/icons.png"
    },
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ]
}