Pointofmail.com Email Tracking & Recall

Know who opens your emails, links and attachments, where and for how long. Recall and send self-destructed emails.

Τι είναι το Pointofmail.com Email Tracking & Recall;

Το Pointofmail.com Email Tracking & Recall είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.pointofmail.com, και η κύρια λειτουργία του είναι "Know who opens your emails, links and attachments, where and for how long. Recall and send self-destructed emails.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Pointofmail.com Email Tracking & Recall

Λήψη αρχείων επέκτασης Pointofmail.com Email Tracking & Recall σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Know who opens your emails, links and attachments, where and for how long. Recall and send self-destructed messages.

Pointofmail.com for Gmail and other providers allows you to track and recall email, get read receipts, send self-destructed messages, fix mistakes at sent messages and more.

Features:
=========
✔✔ Know when, where and for how long have been read
✔✔ Get instant read receipts
✔✔ Schedule tracked messages with New Gmail UI
✔✔ Track when your message gets forwarded or disallow forwarding
✔✔ Know who exactly opened your email, even when sending to multiple recipients (Per-Recipient Tracking)
✔✔ Get notified when links and attachments gets opened
✔✔ Get read notifications on your mobile or SMS notifications about every event
✔✔ Recall, modify or delete sent messages
✔✔ Send self-destructed messages
✔✔ Follow-up reminder notifications for unread messages
✔✔ Send Personal Group Email at one click (Mail Merge)

How To Use:
===========
- Gmail: Click on Send&Track button inside Gmail Compose window.
- Other: Add .pointofmail.com suffix to recipients' addresses in other web services such Yahoo! Mail, Hotmail and AOL.

For more information visit http://www.pointofmail.com
Pointofmail offers free, 7 days trial.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Pointofmail.com Email Tracking & Recall Pointofmail.com Email Tracking & Recall
ID fbfenljjbahpbnpffpepeiommncfckci
Επίσημο URL https://chromewebstore.google.com/detail/pointofmailcom-email-trac/fbfenljjbahpbnpffpepeiommncfckci
Περιγραφή Know who opens your emails, links and attachments, where and for how long. Recall and send self-destructed emails.
Μέγεθος Αρχείου 102 KB
Αριθμός Εγκαταστάσεων 1,655
Τρέχουσα Έκδοση 6.0.4
Τελευταία Ενημέρωση 2023-01-12
Ημερομηνία Δημοσίευσης 2019-04-30
Αξιολόγηση 3.58/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής https://www.pointofmail.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.pointofmail.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.pointofmail.com/support
URL της Σελίδας Πολιτικής Απορρήτου http://www.pointofmail.com/About/Privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pointofmail.com Email Tracking & Recall",
    "version": "6.0.4",
    "manifest_version": 2,
    "short_name": "Pointofmail",
    "description": "Know who opens your emails, links and attachments, where and for how long. Recall and send self-destructed emails.",
    "icons": {
        "16": "img\/pom-16.png",
        "48": "img\/pom-48.png",
        "128": "img\/pom-128.png"
    },
    "browser_action": {
        "default_title": "Send via Pointofmail.com ",
        "default_icon": "img\/pom.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.1.0.min.js",
            "js\/pointofmail.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/jquery-3.1.0.min.js",
        "js\/tooltip.min.js",
        "js\/gmail.js",
        "js\/scheduler.js",
        "js\/pointofmail.js",
        "js\/toolbar.js",
        "js\/main.js",
        "css\/pom.css",
        "css\/tooltip.css",
        "start.html"
    ]
}