SendGrid Test Email Helper

A simple Chrome extension to test your Sendgrid template.

Apa itu SendGrid Test Email Helper?

SendGrid Test Email Helper adalah ekstensi Chrome yang dikembangkan oleh Hank, dan fitur utamanya adalah "A simple Chrome extension to test your Sendgrid template.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SendGrid Test Email Helper

Unduh file ekstensi SendGrid Test Email Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SendGrid Test Email Helper SendGrid Test Email Helper
ID gloppcmapocmffjmiflbpklfgdancmjm
URL Resmi https://chromewebstore.google.com/detail/sendgrid-test-email-helpe/gloppcmapocmffjmiflbpklfgdancmjm
Deskripsi A simple Chrome extension to test your Sendgrid template.
Ukuran File 75.88 KB
Jumlah Instalasi 199
Versi Saat Ini 19.6.8
Terakhir Diperbarui 2022-10-17
Tanggal Publikasi 2019-06-06
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Hank
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/hankxdev/SendGridTest
URL Halaman Bantuan https://github.com/hankxdev/SendGridTest
URL Halaman Kebijakan Privasi https://github.com/hankxdev/SendGridTest/blob/master/PrivacyPolicy.md
Bahasa yang Didukung 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"
    }
}