Gmail Address Check & Send Verify Tool

Check From, To, Cc, Bcc, Subject to avoid mistake operation before sending an email message on Gmail.

Τι είναι το Gmail Address Check & Send Verify Tool;

Το Gmail Address Check & Send Verify Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Social Analyzer, και η κύρια λειτουργία του είναι "Check From, To, Cc, Bcc, Subject to avoid mistake operation before sending an email message on Gmail.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gmail Address Check & Send Verify Tool

Λήψη αρχείων επέκτασης Gmail Address Check & Send Verify Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        When you are ready to send an email, this tool helps you check the recipient, subject, etc. to ensure that there is no mistake. Help you work more rigorously.

Gmail Address Check Tool displays a confirmation dialog box to prevent incorrect mail transfers.
● The Gmail "Send" button is changed to the "Confirm" button.
● Press the "Confirm" button to open the confirmation dialog box.
● Check the sender, recipient, cc, Bcc, subject, attachment.
● Click OK to close the dialog box.
● If "Confirm" is "Send", press "Send" to send.

How do I use Gmail Address Checker Extension?

#1 Install this extension in your browser
Install Success
You will notice an icon at the top right of your browser.

#2 Compose an new email

Log in your Gmail
Click the 'Compose' button to write a new mail.
You will notice the 'send' button is replaced by 'Confirm' button.
Let's click 'Confirm' button to check items before sending.

#3 Click the icon at the top right of your browser

Open extension popup window to check the items are correct.
· Please check the box if item is correct, else click 'CANCEL' button to modify the send information.
· Click 'OK' button if all items are checked.
· Then, you can send email!

Gmail Address Check & Send Verify Tool is an independent project and has no relationship to Gmail Inc.                    

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

Όνομα Gmail Address Check & Send Verify Tool Gmail Address Check & Send Verify Tool
ID lmpigfliddkbbpdojfpbbnginolfgdoh
Επίσημο URL https://chromewebstore.google.com/detail/gmail-address-check-send/lmpigfliddkbbpdojfpbbnginolfgdoh
Περιγραφή Check From, To, Cc, Bcc, Subject to avoid mistake operation before sending an email message on Gmail.
Μέγεθος Αρχείου 32.54 KB
Αριθμός Εγκαταστάσεων 1,169
Τρέχουσα Έκδοση 1.0.8
Τελευταία Ενημέρωση 2024-01-09
Ημερομηνία Δημοσίευσης 2022-12-05
Αξιολόγηση 5.00/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής Social Analyzer
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://gmplus.io
URL της Σελίδας Πολιτικής Απορρήτου https://gmplus.io/gmplus-private-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,ml,th,ar,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "checker.css"
            ],
            "js": [
                "checker.js"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "host_permissions": [
        "http:\/\/mail.google.com\/*",
        "https:\/\/mail.google.com\/*"
    ],
    "default_locale": "en",
    "description": "__MSG_ext_desc__",
    "icons": {
        "128": "icons\/icon8-6.png"
    },
    "homepage_url": "https:\/\/gmplus.io?utm_source=gm_address",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "version": "1.0.8"
}