SendGrid Test Email Helper

A simple Chrome extension to test your Sendgrid template.

Cos'è SendGrid Test Email Helper?

SendGrid Test Email Helper è un'estensione di Chrome sviluppata da Hank, e la sua funzione principale è "A simple Chrome extension to test your Sendgrid template.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SendGrid Test Email Helper

Scarica i file di estensione SendGrid Test Email Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SendGrid Test Email Helper SendGrid Test Email Helper
ID gloppcmapocmffjmiflbpklfgdancmjm
URL Ufficiale https://chromewebstore.google.com/detail/sendgrid-test-email-helpe/gloppcmapocmffjmiflbpklfgdancmjm
Descrizione A simple Chrome extension to test your Sendgrid template.
Dimensione del File 75.88 KB
Conteggio Installazioni 199
Versione Corrente 19.6.8
Ultimo Aggiornamento 2022-10-17
Data di Pubblicazione 2019-06-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Hank
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/hankxdev/SendGridTest
URL della Pagina di Aiuto https://github.com/hankxdev/SendGridTest
URL della Pagina della Politica sulla Privacy https://github.com/hankxdev/SendGridTest/blob/master/PrivacyPolicy.md
Lingue Supportate 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"
    }
}