Free Gmail Email Tracking - MailFly

Track unlimited emails for free, no conditions!

Free Gmail Email Tracking - MailFly란 무엇입니까?

Free Gmail Email Tracking - MailFly은(는) MailFly에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track unlimited emails for free, no conditions!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Free Gmail Email Tracking - MailFly 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        *Track unlimited emails for free, no MailFly signatures, no conditions! Get real-time desktop and email notifications when your emails are opened.*

MailFly is a completely free and secured email tracking system which allows you to track all your gmail emails for free.

MAILFLY FEATURES:

- 100% Secured Chrome Extension.
- Unlimited Email Tracking.
- No "MailFly" Signature.
- No Credit Card Required.
- Real-time Desktop and Email Notification.

WHY YOU SHOULD USE MAILFLY:

- Know exactly when your recipients open your emails.
- Track unlimited emails, for free!
- Increase your sales/open rates by analysing reading stats.

MAILFLY WORKS BETTER FOR:

- Sales people, who want to close more deals, faster, in a better way.
- Freelancers/Consultants, who want to get more lead from their clients or want to know when and how their clients are watching emails.
- Who wants to increase productivity by not wasting time for people who don't open the emails or don't reply.
- Anyone sending emails from Gmail.                    

확장 프로그램 기본 정보

이름 Free Gmail Email Tracking - MailFly Free Gmail Email Tracking - MailFly
ID pgeoopagnmkcogcmnbpcajmlpclglcna
공식 URL https://chrome.google.com/webstore/detail/free-gmail-email-tracking/pgeoopagnmkcogcmnbpcajmlpclglcna
설명 Track unlimited emails for free, no conditions!
파일 크기 129 KB
설치 횟수 483
현재 버전 1.1
최근 업데이트 2018-10-08
출시 날짜 2018-10-08
평점 4.33/5 총 6 개의 평점
개발자 MailFly
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://mailfly.io/
도움말 페이지 URL http://mailfly.io/
개인정보 보호 정책 페이지 URL http://mailfly.io/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free Gmail Email Tracking - MailFly",
    "description": "Track unlimited emails for free, no conditions!",
    "version": "1.1",
    "background": {
        "persistent": true,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "OneSignal.js",
                "notification.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "css": [
                "css\/app.min.css",
                "style.css"
            ],
            "js": [
                "inboxsdk.js",
                "jquery.min.js",
                "select.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "browser_action": {
        "default_icon": "images\/gmail_logged_in.png"
    },
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/mailfly.io\/",
        "*:\/\/*.googleusercontent.com\/proxy\/*",
        "storage",
        "gcm",
        "identity",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "manifest_version": 2
}