SendGrid Test Email Helper
A simple Chrome extension to test your Sendgrid template.
Qu'est-ce que SendGrid Test Email Helper ?
SendGrid Test Email Helper est une extension Chrome développée par Hank, et sa fonction principale est "A simple Chrome extension to test your Sendgrid template.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SendGrid Test Email Helper
Téléchargez les fichiers d'extension SendGrid Test Email Helper 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
UPDATE June 7th 2019: Now if you send email to multiple person, it will be sent one by one. Input your from, to, subject, and email template(message) and your Sendgrid api key, you can send email to anyone to test your email template.
Informations de Base sur l'Extension
Nom | SendGrid Test Email Helper |
ID | gloppcmapocmffjmiflbpklfgdancmjm |
URL Officiel | https://chromewebstore.google.com/detail/sendgrid-test-email-helpe/gloppcmapocmffjmiflbpklfgdancmjm |
Description | A simple Chrome extension to test your Sendgrid template. |
Taille du Fichier | 75.88 KB |
Nombre d'Installations | 199 |
Version Actuelle | 19.6.8 |
Dernière Mise à Jour | 2022-10-17 |
Date de Publication | 2019-06-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Hank |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/hankxdev/SendGridTest |
URL de la Page d'Aide | https://github.com/hankxdev/SendGridTest |
URL de la Page de Politique de Confidentialité | https://github.com/hankxdev/SendGridTest/blob/master/PrivacyPolicy.md |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SendGrid Test Email Helper", "description": "A simple Chrome extension to test your Sendgrid template.", "version": "19.6.8", "manifest_version": 2, "permissions": [ "https:\/\/api.sendgrid.com\/*" ], "icons": { "16": "logo.png", "128": "logo.png" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "options_ui": { "page": "popup.html" } } |