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."입니다.

확장 프로그램 스크린샷

screenshot

Email Intelligence 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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\/"
    ]
}