Free Email Tracking for Gmail - Mailalert
Mail Tracking without any branding and for free! Easily add double check marks (✓✓) to your Gmail.
Free Email Tracking for Gmail - Mailalert क्या है?
Free Email Tracking for Gmail - Mailalert https://mailalert.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mail Tracking without any branding and for free! Easily add double check marks (✓✓) to your Gmail."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Free Email Tracking for Gmail - Mailalert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
We built Mailalert because there was no really free e-mail tracking tool without annoying branding. We are working on Advanced E-mail Analytics feature where there will be a freemium business model, but this e-mail tracking tool stays always totally free including all PRO features. See in your Gmail if your e-mails have been opened and links clicked for free. You only need Chrome and Gmail. No fees or sign-up. Start tracking your e-mails today for free! - Unlimited tracking Free and unlimited lifetime e-mail tracking for Gmail without the "Sent with Mailalert" signature. - Forever free E-mail tracking with all PRO features is completely free. - No branding There is no annoying branding or "Send with" in signature. - Click Tracking Mailalert is the only tool with free link tracking on the market.
एक्सटेंशन की मूल जानकारी
नाम | Free Email Tracking for Gmail - Mailalert |
ID | cpgkjdokbgpdjgcfamoncohnfkldnglj |
आधिकारिक URL | https://chromewebstore.google.com/detail/free-email-tracking-for-g/cpgkjdokbgpdjgcfamoncohnfkldnglj |
विवरण | Mail Tracking without any branding and for free! Easily add double check marks (✓✓) to your Gmail. |
फ़ाइल का आकार | 737 KB |
स्थापना संख्या | 3,195 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-03-07 |
प्रकाशन तिथि | 2019-03-07 |
रेटिंग | 3.18/5 कुल 34 रेटिंग्स |
डेवलपर | https://mailalert.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mailalert.io/ |
गोपनीयता नीति पृष्ठ URL | https://mailalert.io/privacy-policy.html |
समर्थित भाषाएँ | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_storeExtName__", "short_name": "__MSG_extName__", "version": "1.0.7", "version_name": "1.0", "manifest_version": 2, "description": "__MSG_extDesc__", "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "page_action": { "default_icon": { "16": "icons\/icon-16-grey.png", "32": "icons\/icon-32-grey.png", "48": "icons\/icon-48-grey.png", "128": "icons\/icon-128-grey.png" }, "default_title": "__MSG_extName__", "default_popup": "popup_noop.html" }, "background": { "persistent": true, "scripts": [ "vendor\/raven.js", "utils.js", "config.js", "vendor\/utf8.js", "vendor\/quoted-printable.js", "background_scripts\/MailParser.js", "background_scripts\/utils.js", "background_scripts\/gapi_client.js", "background_scripts\/messages.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "styles\/injected.css", "styles\/mdl-button.css", "styles\/mdl-switch.css", "styles\/firstRun.css" ], "js": [ "vendor\/raven.js", "vendor\/chrono.js", "vendor\/inboxsdk.js", "vendor\/kefir.js", "vendor\/moment-with-locales.js", "vendor\/mdl-button+switch.js", "utils.js", "config.js", "content_scripts\/i18n.js", "content_scripts\/mdl_utils.js", "content_scripts\/utils.js", "content_scripts\/firstRun.js", "content_scripts\/sdk_utils.js", "content_scripts\/notifications.js", "content_scripts\/websocket.js", "content_scripts\/email.js", "content_scripts\/DateParser.js", "content_scripts\/content.js" ], "run_at": "document_idle" } ], "permissions": [ "identity", "identity.email", "webRequest", "webRequestBlocking", "https:\/\/mail.google.com\/*", "*:\/\/*.googleusercontent.com\/*", "storage" ], "optional_permissions": [ "tabs", "notifications" ], "web_accessible_resources": [ "web_accessible_resources\/*" ], "oauth2": { "client_id": "991711836099-9op7b2fgm2qb0cfpqqgf04ocl5c2une3.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/gmail.modify", "https:\/\/www.googleapis.com\/auth\/gmail.insert" ] }, "content_security_policy": "object-src 'none'; script-src 'self' 'unsafe-eval'; style-src https:\/\/code.getmdl.io; connect-src https:\/\/www.googleapis.com https:\/\/accounts.google.com https:\/\/track.mailalert.io https:\/\/sentry.imper.cz; img-src https:\/\/track.mailalert.io https:\/\/*.googleusercontent.com\/ cid: https:\/\/*.google.com; report-uri https:\/\/sentry.imper.cz\/api\/50\/csp-report\/?sentry_key=106a2505172741cf8b3426caf2c9296b&sentry_release=1.0.7" } |