Mailflow for Gmail

Run your business directly from Gmail. Transform Gmail into a flexible & unified workspace for collaborating around email.

Τι είναι το Mailflow for Gmail;

Το Mailflow for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getmailflow.com, και η κύρια λειτουργία του είναι "Run your business directly from Gmail. Transform Gmail into a flexible & unified workspace for collaborating around email.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Mailflow for Gmail

Λήψη αρχείων επέκτασης Mailflow for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Are you tired of switching between five different tools just to get the job done?

Mailflow transforms Gmail into a powerful email manager for projects, sales, support, or hiring.

⚡️ Fast to use with minimal loading times. 
🔒 GDPR compliant.

New features:
✔️ Share projects and emails with anyone
✔️ Discuss emails at the side of your emails.
✔️ Set statuses on emails.
✔️ Assign emails to team members.
✔️ Manage emails in a customizable view.
✔️ Surface all attachments on one page.

Gmail Tasks
✔️ Turn sections of emails into tasks.
✔️ See related tasks in your sidebar.
✔️ Click on a task to jump to the relevant email.
 
Gmail Notes
✔️ Save private notes in the context of your conversation.
✔️ Annotate sections of emails.

Gmail Highlights
✔️ Highlight any section of any email.
✔️ Save highlights to the project overview.
✔️ Use highlight colors to separate contacts, budgets, or changes.

Gmail Projects
✔️ Organize your work with project folders.
✔️ Add tasks, notes, or emails to your project.
✔️ Gather everything in one view.                    

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

Όνομα Mailflow for Gmail Mailflow for Gmail
ID clekonbncopfkpieokklbaghkfdnolip
Επίσημο URL https://chromewebstore.google.com/detail/mailflow-for-gmail/clekonbncopfkpieokklbaghkfdnolip
Περιγραφή Run your business directly from Gmail. Transform Gmail into a flexible & unified workspace for collaborating around email.
Μέγεθος Αρχείου 1.9 MB
Αριθμός Εγκαταστάσεων 1,976
Τρέχουσα Έκδοση 0.4.85
Τελευταία Ενημέρωση 2023-03-08
Ημερομηνία Δημοσίευσης 2020-06-29
Αξιολόγηση 4.75/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://getmailflow.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.getmailflow.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.getmailflow.com/legal/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.4.85",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/logo-mailflow-16.png",
        "128": "images\/logo-mailflow-128.png"
    },
    "background": {
        "page": "pages\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo-mailflow-19.png",
            "38": "images\/logo-mailflow-38.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "web_accessible_resources": [
        "images\/*.svg",
        "images\/illustrations\/*.png",
        "images\/illustrations\/*.svg",
        "styles\/styles.css",
        "images\/onboarding\/go-to-inbox.mp4",
        "images\/onboarding\/inbox-add-to-project.mp4"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.gstatic.com wss:\/\/events.mailflow.ai https:\/\/app.mailflow.ai; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "runtime.js",
                "scripts.js",
                "content-script.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "identity",
        "https:\/\/app.mailflow.ai\/*",
        "https:\/\/events.mailflow.ai\/*",
        "background"
    ]
}