Gmail Pop Out Reply Default

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

Τι είναι το Gmail Pop Out Reply Default;

Το Gmail Pop Out Reply Default είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον etnik29, και η κύρια λειτουργία του είναι "Automatically opens the Pop Out Reply when clicking Reply, that's it.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Gmail Pop Out Reply Default

Λήψη αρχείων επέκτασης Gmail Pop Out Reply Default σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        In Gmail:

Opens the Pop Out Reply when clicking Reply.


No information is collected.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Gmail Pop Out Reply Default Gmail Pop Out Reply Default
ID ogngkhlopjdkmfldjnhdinibcaffdnik
Επίσημο URL https://chromewebstore.google.com/detail/gmail-pop-out-reply-defau/ogngkhlopjdkmfldjnhdinibcaffdnik
Περιγραφή Automatically opens the Pop Out Reply when clicking Reply, that's it.
Μέγεθος Αρχείου 76.83 KB
Αριθμός Εγκαταστάσεων 94
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2023-06-18
Ημερομηνία Δημοσίευσης 2023-06-18
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής etnik29
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}