Gmelius for Gmail

Turn Gmail into a collaboration tool and sync it with your favorite apps like Slack or Trello.

What is Gmelius for Gmail?

Gmelius for Gmail is a Chrome extension developed by https://gmelius.com, and its main feature is "Turn Gmail into a collaboration tool and sync it with your favorite apps like Slack or Trello.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Gmelius for Gmail Extension CRX File

Download Gmelius for Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ✓ Manage shared inboxes like support@ or sales@
✓ Organize conversations with shared Gmail labels
✓ Collaborate with your team via @mention in email notes
✓ Visualize your inboxes as Kanban boards
✓ Put repetitive tasks on autopilot with workflow automation
✓ Monitor team performance with SLAs and detailed reports
✓ and be ensured that Gmelius will keep your teams, your tools and processes in full sync

We integrate with the tools already used by your company. No need to migrate your data nor train your teams on another application.

Gmelius simplifies teamwork, try us!

--

✨ Highest Star Rating in our Class.
🏆 Leader of the shared inbox space.

This is our browser extension that completes our solution for Gmail and G Suite customers.

🔄 Unique 2-way Integrations with your teams’ tools
✓ Let your teams get work done from their preferred workspace:

🛠Gmail
✓ Shared Inboxes, Shared Labels, Email Notes, Boards, and more...
✓ Use Gmelius features from your email inbox and across all platforms:

🛠Slack
✓ Sync your Shared Inboxes and Gmail Labels to Slack channels
✓ Manage your inbox activity without leaving Slack:
✓ Reply to emails
✓ Share & Assign emails
✓ Add and Reply to email notes

🛠Trello
✓ Integrate your Gmelius boards with Trello
✓ Trello board actions will update in real-time with Gmelius
✓ Manage your Gmelius boards via the Trello App

📱Mobile Apps
✓ Gmelius for iOS & Android
✓ Real-time syncing across all devices and all team members


Key features:

📨 Shared Inbox
✓ Create a shared inbox easily from Gmail
✓ Manage group emails like support@, sales@, info@ from Gmail
✓ Discover the smartest alternative to Google Groups and help desks
✓ Ticketing: open / pending / closed and more

🏷️ Gmail Shared Labels
✓ Share existing or new Gmail labels with members of your team
✓ Synchronize conversations in real-time across all devices (e.g., mobile, desktop)

👥 Team Collaboration
✓ Real-time syncing across all devices
✓ No more bcc nor fwd!
✓ Email Notes and @mentions to add context to any conversation
✓ Assign or delegate emails to members of your team

 🧮 Kanban Project Boards
✓ Turn your shared inbox or label into a project board – bring visibility to your team
✓ Manage your columns by team member or status – optimize your team’s workload
✓ Convert emails into task cards for clear visibility
✓ Drag and drop cards to assign emails and complete tasks
✓ Add due dates, synced 2-way with your Google Calendar – stay up to date everywhere
✓ 2-way synchronization with Trello

🤓 Workflow Intelligence
✓ Automate repetitive tasks with rules for internal and external workflows
✓ SLA rules, auto responder, auto assignment and more
✓ Ex: “when this email gets answered add automatically reply and assign it to that team member”

🤖 Email Automation
✓ Personalized email campaigns sent with Mail Merge
✓ Automated Email Sequences – put your outreach on autopilot
✓ Automated Follow-Ups – you’ll never miss an opportunity
✓ “If This - Then That” your email flows based on recipient reactions

📧 Shareable Email Templates for Gmail
✓ Make email writing easy and fast
✓ Improve your team's consistency and performance
✓ Proposal, Sales, Marketing, Custom Templates - easily created and shared

🛡️ Email Security
✓ Detect and block email trackers


Keep your remote teams in sync

Gmelius is a great solution to unlock seamless collaboration for remote work. Would you like to learn more? Book a demo: https://gmelius.com/request-demo


Pricing

You can sign up for Gmelius for a 7-day Free Trial right on the app. Then you can choose a plan suited to the needs of your team, from Plus to Pro.
https://gmelius.com/pricing


Privacy and Security

Gmelius is a Switzerland-based company that takes your privacy extremely seriously. We believe you should always know what data we collect from you and how we use it, and that you should have meaningful control over both.

For more details, please see https://gmelius.com/legal/security

---
Copyright © Gmelius
Gmail is a registered trademark of Google Inc. Gmelius is not affiliated with Google.                    

Extension Basic Information

Name Gmelius for Gmail Gmelius for Gmail
ID dheionainndbbpoacpnopgmnihkcmnkl
Official URL https://chromewebstore.google.com/detail/gmelius-for-gmail/dheionainndbbpoacpnopgmnihkcmnkl
Description Turn Gmail into a collaboration tool and sync it with your favorite apps like Slack or Trello.
File Size 176 KB
Installation Count 58,026
Current Version 8.18
Last Updated 2023-03-06
Publish Date 2020-04-14
Rating 4.57/5 Total 692 Ratings
Developer https://gmelius.com
Email [email protected]
Payment Type free
Extension Website https://gmelius.com
Help Page URL https://help.gmelius.com
Privacy Policy Page URL https://gmelius.com/legal/privacy
Supported Languages de,en,fil,fr,nl,es,it,pl,pt-BR,pt-PT,cs,el,ru,iw,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "Gmelius",
    "author": "Gmelius Ltd",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "8.18",
    "manifest_version": 2,
    "homepage_url": "https:\/\/gmelius.com",
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.googleusercontent.com\/*"
    ],
    "optional_permissions": [
        "https:\/\/gml.email\/*",
        "https:\/\/mail.google.com\/*",
        "https:\/\/gmelius.io\/*"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "loader.bundle.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/mail.google.com\/*\/?mui=ca",
                "*:\/\/mail.google.com\/tasks\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "print.bundle.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*&view=pt*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "authentication.bundle.js"
            ],
            "matches": [
                "https:\/\/gmelius.io\/authorize*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "Gmelius Dashboard",
        "default_popup": "html\/dashboard.html"
    },
    "web_accessible_resources": [
        "icons\/*",
        "html\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/gmelius.io https:\/\/inboxsdk.com https:\/\/cdn.firebase.com  https:\/\/*.firebaseio.com; object-src 'self'; worker-src 'self' https:\/\/gmelius.io",
    "incognito": "split",
    "options_page": "html\/dashboard.html",
    "externally_connectable": {
        "matches": [
            "https:\/\/gmelius.io\/*"
        ]
    }
}