SendGrid Test Email Helper

A simple Chrome extension to test your Sendgrid template.

SendGrid Test Email Helperคืออะไร?

SendGrid Test Email Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hank และคุณลักษณะหลักของมันคือ "A simple Chrome extension to test your Sendgrid template."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SendGrid Test Email Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}