SendGrid Test Email Helper

A simple Chrome extension to test your Sendgrid template.

什麼是SendGrid Test Email Helper?

SendGrid Test Email Helper是由Hank開發的Chrome擴展程式,該擴展的主要功能是“A simple Chrome extension to test your Sendgrid template.”。

擴展截圖

screenshot

下載SendGrid Test Email Helper擴展crx文件

下載SendGrid Test Email Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SendGrid Test Email Helper SendGrid Test Email Helper
ID gloppcmapocmffjmiflbpklfgdancmjm
官方網址 https://chromewebstore.google.com/detail/sendgrid-test-email-helpe/gloppcmapocmffjmiflbpklfgdancmjm
簡介 A simple Chrome extension to test your Sendgrid template.
檔案大小 75.88 KB
安裝次數 199
目前版本 19.6.8
更新時間 2022-10-17
上架時間 2019-06-06
評分 5.00/5 共 1 次評分
開發者 Hank
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/hankxdev/SendGridTest
說明頁面URL https://github.com/hankxdev/SendGridTest
隱私政策頁面URL https://github.com/hankxdev/SendGridTest/blob/master/PrivacyPolicy.md
支援的語言 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"
    }
}