SendGrid Test Email Helper
A simple Chrome extension to test your Sendgrid template.
SendGrid Test Email Helperとは何ですか?
SendGrid Test Email HelperはHankによって開発されたChromeの拡張機能で、その主な機能は「A simple Chrome extension to test your Sendgrid template.」です。
拡張機能のスクリーンショット
SendGrid Test Email Helper拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |