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.”。
扩展截图
下载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 |
ID | gloppcmapocmffjmiflbpklfgdancmjm |
官方URL | 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" } } |