Personalized Send Button

No more embarrassing & costly mistakes of sending emails to the wrong person.

Qu'est-ce que Personalized Send Button ?

Personalized Send Button est une extension Chrome développée par CogniSend.com, et sa fonction principale est "No more embarrassing & costly mistakes of sending emails to the wrong person.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Personalized Send Button

Téléchargez les fichiers d'extension Personalized Send Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Send emails to the intended recipients, every time. With our patented IP, the recipient(s) names and photos are displayed on the “Send” button. 

★ How it works
When you enter the recipient’s name in the "To" box, their name & photo will appear on the "Send" button in real-time, reminding you of your intended recipient(s) before you press the send button.

For multiple recipients or “Reply all”, the recipients’ names, photos, and the total number of recipients are displayed, reminding you of all recipients.

★ Key features
    ➤ Displays intended recipient(s) name & photo on the "Send" button
    ➤ For "Reply" & "Reply all" emails, Cognisend displays the total number of recipients on the "Send" button
    ➤ Intuitive & user-friendly email interface
    ➤ User data privacy (the extension doesn't store emails)

*Beta version. New features added frequently. Please give us feedback or let us know of any issues that you encounter.                    

Informations de Base sur l'Extension

Nom Personalized Send Button Personalized Send Button
ID eojfpkkgbjjhabnhppcgionhocpeiojl
URL Officiel https://chromewebstore.google.com/detail/personalized-send-button/eojfpkkgbjjhabnhppcgionhocpeiojl
Description No more embarrassing & costly mistakes of sending emails to the wrong person.
Taille du Fichier 73.33 KB
Nombre d'Installations 58
Version Actuelle 22.9.16
Dernière Mise à Jour 2022-09-19
Date de Publication 2020-06-24
Évaluation 5.00/5 Total 5 Évaluations
Développeur CogniSend.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cognisend.com
Langues Prises en Charge en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "main.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "description": "No more embarrassing & costly mistakes of sending emails to the wrong person.",
    "homepage_url": "https:\/\/cognisend.com\/",
    "icons": {
        "128": "logo.png",
        "16": "logo.png"
    },
    "manifest_version": 3,
    "name": "Personalized Send Button",
    "permissions": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "22.9.16",
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/*",
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}