Email Intelligence
Email Intelligence displays which email infrastructure provider sent an email to your gmail account.
Email Intelligenceとは何ですか?
Email IntelligenceはNick Quinlanによって開発されたChromeの拡張機能で、その主な機能は「Email Intelligence displays which email infrastructure provider sent an email to your gmail account.」です。
拡張機能のスクリーンショット
Email Intelligence拡張機能のCRXファイルをダウンロード
Email Intelligence拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Email infrastructure providers are responsible for many of the emails what you find in your inbox. They power the email of companies like Pinterest, Kickstarter, Readability and more. This Gmail plugin will look behind the email and determine which company sent the email. To find out more about your email, install Email Intelligence today. Find the code on Github: http://github.com/nquinlan/Email-Intelligence
拡張機能の基本情報
名前 | Email Intelligence |
ID | lfakdgkibojdjngeijmhbkmdkfnbfamm |
公式URL | https://chromewebstore.google.com/detail/email-intelligence/lfakdgkibojdjngeijmhbkmdkfnbfamm |
説明 | Email Intelligence displays which email infrastructure provider sent an email to your gmail account. |
ファイルサイズ | 78.75 KB |
インストール数 | 288 |
現在のバージョン | 1.0.7 |
最終更新日 | 2018-07-14 |
公開日 | 2018-07-14 |
評価 | 3.78/5 合計 9 レビュー |
開発者 | Nick Quinlan |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Email Intelligence", "description": "Email Intelligence displays which email infrastructure provider sent an email to your gmail account.", "version": "1.0.7", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "providers\/amazon-ses.png", "providers\/bronto.png", "providers\/constant-contact.png", "providers\/dyn.png", "providers\/eloqua.png", "providers\/emailvision.png", "providers\/emma.png", "providers\/exacttarget.png", "providers\/fishbowl.png", "providers\/gold-lasso.png", "providers\/google-app-engine.png", "providers\/icontact.png", "providers\/listrak.png", "providers\/locaweb.png", "providers\/mailchimp.png", "providers\/mailerlite.png", "providers\/mailgun.png", "providers\/mailigen.png", "providers\/mailjet.png", "providers\/mandrill.png", "providers\/marketo.png", "providers\/messagebus.png", "providers\/mixmax.png", "providers\/postmark.png", "providers\/responsys.png", "providers\/sailthru.png", "providers\/salesforce.png", "providers\/sendgrid.png", "providers\/silverpop.png", "providers\/smtp.com.png" ], "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "permissions": [ "https:\/\/mail.google.com\/" ] } |