Email Intelligence
Email Intelligence displays which email infrastructure provider sent an email to your gmail account.
Email Intelligence क्या है?
Email Intelligence Nick Quinlan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Email Intelligence displays which email infrastructure provider sent an email to your gmail account."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Email Intelligence एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/" ] } |