Email Intelligence
Email Intelligence displays which email infrastructure provider sent an email to your gmail account.
Email Intelligenceคืออะไร?
Email Intelligence เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nick Quinlan และคุณลักษณะหลักของมันคือ "Email Intelligence displays which email infrastructure provider sent an email to your gmail account."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email Intelligence
ดาวน์โหลดไฟล์ส่วนขยาย 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\/" ] } |