SendGrid Test Email Helper

A simple Chrome extension to test your Sendgrid template.

SendGrid Test Email Helper là gì?

SendGrid Test Email Helper là một tiện ích mở rộng Chrome được phát triển bởi Hank, và tính năng chính của nó là "A simple Chrome extension to test your Sendgrid template.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SendGrid Test Email Helper

Tải xuống các tệp mở rộng SendGrid Test Email Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SendGrid Test Email Helper SendGrid Test Email Helper
ID gloppcmapocmffjmiflbpklfgdancmjm
URL Chính Thức https://chromewebstore.google.com/detail/sendgrid-test-email-helpe/gloppcmapocmffjmiflbpklfgdancmjm
Mô tả A simple Chrome extension to test your Sendgrid template.
Kích Thước Tệp 75.88 KB
Số Lần Cài Đặt 199
Phiên Bản Hiện Tại 19.6.8
Cập Nhật Lần Cuối 2022-10-17
Ngày Phát Hành 2019-06-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Hank
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hankxdev/SendGridTest
URL Trang Trợ Giúp https://github.com/hankxdev/SendGridTest
URL Trang Chính Sách Bảo Mật https://github.com/hankxdev/SendGridTest/blob/master/PrivacyPolicy.md
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}