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 |
官方網址 | 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\/" ] } |