SendGrid Test Email Helper

A simple Chrome extension to test your Sendgrid template.

Co to jest SendGrid Test Email Helper?

SendGrid Test Email Helper to rozszerzenie Chrome opracowane przez Hank, a jego główną funkcją jest „A simple Chrome extension to test your Sendgrid template.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SendGrid Test Email Helper

Pobierz pliki rozszerzeń SendGrid Test Email Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SendGrid Test Email Helper SendGrid Test Email Helper
ID gloppcmapocmffjmiflbpklfgdancmjm
Oficjalny URL https://chromewebstore.google.com/detail/sendgrid-test-email-helpe/gloppcmapocmffjmiflbpklfgdancmjm
Opis A simple Chrome extension to test your Sendgrid template.
Rozmiar pliku 75.88 KB
Liczba instalacji 199
Aktualna Wersja 19.6.8
Ostatnia Aktualizacja 2022-10-17
Data Publikacji 2019-06-06
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Hank
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/hankxdev/SendGridTest
Adres URL Strony Pomocy https://github.com/hankxdev/SendGridTest
Adres URL Strony Polityki Prywatności https://github.com/hankxdev/SendGridTest/blob/master/PrivacyPolicy.md
Obsługiwane Języki 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"
    }
}