SendGrid Test Email Helper
A simple Chrome extension to test your Sendgrid template.
Wat is SendGrid Test Email Helper?
SendGrid Test Email Helper is een Chrome-extensie ontwikkeld door Hank, en de belangrijkste functie is "A simple Chrome extension to test your Sendgrid template.".
Extensie Screenshots
Download het CRX-bestand van de extensie SendGrid Test Email Helper
Download SendGrid Test Email Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | SendGrid Test Email Helper |
ID | gloppcmapocmffjmiflbpklfgdancmjm |
Officiële URL | https://chromewebstore.google.com/detail/sendgrid-test-email-helpe/gloppcmapocmffjmiflbpklfgdancmjm |
Beschrijving | A simple Chrome extension to test your Sendgrid template. |
Bestandsgrootte | 75.88 KB |
Aantal Installaties | 199 |
Huidige Versie | 19.6.8 |
Laatst Bijgewerkt | 2022-10-17 |
Publicatiedatum | 2019-06-06 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Hank |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/hankxdev/SendGridTest |
Help Pagina-URL | https://github.com/hankxdev/SendGridTest |
URL van de Privacybeleid Pagina | https://github.com/hankxdev/SendGridTest/blob/master/PrivacyPolicy.md |
Ondersteunde Talen | 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" } } |