SendGrid Test Email Helper

A simple Chrome extension to test your Sendgrid template.

What is SendGrid Test Email Helper?

SendGrid Test Email Helper is a Chrome extension developed by Hank, and its main feature is "A simple Chrome extension to test your Sendgrid template.".

Extension Screenshots

screenshot

Download SendGrid Test Email Helper Extension CRX File

Download SendGrid Test Email Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SendGrid Test Email Helper SendGrid Test Email Helper
ID gloppcmapocmffjmiflbpklfgdancmjm
Official URL https://chromewebstore.google.com/detail/sendgrid-test-email-helpe/gloppcmapocmffjmiflbpklfgdancmjm
Description A simple Chrome extension to test your Sendgrid template.
File Size 75.88 KB
Installation Count 199
Current Version 19.6.8
Last Updated 2022-10-17
Publish Date 2019-06-06
Rating 5.00/5 Total 1 Ratings
Developer Hank
Email [email protected]
Payment Type free
Extension Website https://github.com/hankxdev/SendGridTest
Help Page URL https://github.com/hankxdev/SendGridTest
Privacy Policy Page URL https://github.com/hankxdev/SendGridTest/blob/master/PrivacyPolicy.md
Supported Languages 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"
    }
}