Gmail Select Sender Email
Allows you to easily copy the email of the sender by clicking on their name in Gmail.
Qu'est-ce que Gmail Select Sender Email ?
Gmail Select Sender Email est une extension Chrome développée par Alex Burck, et sa fonction principale est "Allows you to easily copy the email of the sender by clicking on their name in Gmail.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gmail Select Sender Email
Téléchargez les fichiers d'extension Gmail Select Sender Email 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
This extension simply allows you to click on the name of the sender in an open gmail email in order to copy the email of the sender. When you click on the name of the sender it automatically changes the text to the senders email and highlights it. Then after you press crtl-c or command-c, it will revert back to the original text. I built this because I found myself constantly hovering over the user's name, highlighting their email, and then copying it. THis is much easier.
Informations de Base sur l'Extension
Nom | Gmail Select Sender Email |
ID | koddicdefdjldmkdknloeemffdjbdblh |
URL Officiel | https://chromewebstore.google.com/detail/gmail-select-sender-email/koddicdefdjldmkdknloeemffdjbdblh |
Description | Allows you to easily copy the email of the sender by clicking on their name in Gmail. |
Taille du Fichier | 46.69 KB |
Nombre d'Installations | 103 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-10-26 |
Date de Publication | 2014-10-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Alex Burck |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/burck1/Gmail-Select-Sender-Email |
URL de la Page d'Aide | https://github.com/burck1/Gmail-Select-Sender-Email/issues |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Select Sender Email", "version": "1.1", "manifest_version": 2, "description": "Allows you to easily copy the email of the sender by clicking on their name in Gmail.", "browser_action": { "name": "Copy Email", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ] } |