Free Gmail Email Tracking - MailFly
Track unlimited emails for free, no conditions!
Что такое Free Gmail Email Tracking - MailFly?
Free Gmail Email Tracking - MailFly - это расширение Chrome, разработанное MailFly, и его основная функция - "Track unlimited emails for free, no conditions!".
Снимки экрана расширения
Скачать файл CRX расширения Free Gmail Email Tracking - MailFly
Скачайте файлы расширений Free Gmail Email Tracking - MailFly в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
*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.
Основная информация о расширении
Название | |
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 } |