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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://github.com/hankxdev/SendGridTest
عنوان صفحة سياسة الخصوصية 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"
    }
}