Free Gmail Signature - Black
Free Gmail HTML email signature - themed in Black - quick and easy to use
Qu'est-ce que Free Gmail Signature - Black ?
Free Gmail Signature - Black est une extension Chrome développée par https://emailsignaturerescue.com, et sa fonction principale est "Free Gmail HTML email signature - themed in Black - quick and easy to use".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Free Gmail Signature - Black
Téléchargez les fichiers d'extension Free Gmail Signature - Black 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
Quickly and easily add a professional Gmail signature to your emails. How easy is it to use? 1) Install the extension. 2) Open Gmail. 3) Compose a new email. 4) Click the black icon next to the Send button to insert the HTML signature. 5) Change the text to your own text and you're done! This is by far the easiest way to add a professionally designed HTML signature to your Gmail! BLACK THEME ONLY - Also available are our Light Pink and Light Blue themes. Light Pink - https://chrome.google.com/webstore/detail/free-gmail-signature-ligh/kpnpeakbgaamfdapfedfgpbnkfhaalgg Light Blue - https://chrome.google.com/webstore/detail/free-gmail-signature-ligh/ojajnagdahmojekpcdliohmppkobjpdc Black - https://chrome.google.com/webstore/detail/free-gmail-signature-blac/hfbglhohpjnfmeljbomkknmbfgbpjkak Looking for more features? Check out https://emailsignaturerescue.com
Informations de Base sur l'Extension
Nom | |
ID | hfbglhohpjnfmeljbomkknmbfgbpjkak |
URL Officiel | https://chrome.google.com/webstore/detail/free-gmail-signature-blac/hfbglhohpjnfmeljbomkknmbfgbpjkak |
Description | Free Gmail HTML email signature - themed in Black - quick and easy to use |
Taille du Fichier | 32.52 KB |
Nombre d'Installations | 54 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-04-09 |
Date de Publication | 2019-04-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://emailsignaturerescue.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://emailsignaturerescue.com/about/privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Free Gmail Signature - Black", "description": "Free Gmail HTML email signature - themed in Black - quick and easy to use", "version": "1.0", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", "https:\/\/emailsignaturerescue.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*", "https:\/\/emailsignaturerescue.com\/*" ], "js": [ "inboxsdk.js", "myapp.js" ] } ] } |