SendGrid Test Email Helper
A simple Chrome extension to test your Sendgrid template.
Was ist SendGrid Test Email Helper?
SendGrid Test Email Helper ist eine Chrome-Erweiterung, die von Hank entwickelt wurde, und ihr Hauptmerkmal ist "A simple Chrome extension to test your Sendgrid template.".
Erweiterungsscreenshots
SendGrid Test Email Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie SendGrid Test Email Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | SendGrid Test Email Helper |
ID | gloppcmapocmffjmiflbpklfgdancmjm |
Offizielle URL | https://chromewebstore.google.com/detail/sendgrid-test-email-helpe/gloppcmapocmffjmiflbpklfgdancmjm |
Beschreibung | A simple Chrome extension to test your Sendgrid template. |
Dateigröße | 75.88 KB |
Installationsanzahl | 199 |
Aktuelle Version | 19.6.8 |
Letztes Update | 2022-10-17 |
Veröffentlichungsdatum | 2019-06-06 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Hank |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/hankxdev/SendGridTest |
Hilfeseite URL | https://github.com/hankxdev/SendGridTest |
URL der Datenschutzrichtlinien-Seite | https://github.com/hankxdev/SendGridTest/blob/master/PrivacyPolicy.md |
Unterstützte Sprachen | 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" } } |