GQueues for Gmail

Turn emails into actionable tasks with GQueues - the task manager built for teams on Google Workspace.

GQueues for Gmail क्या है?

GQueues for Gmail https://www.gqueues.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn emails into actionable tasks with GQueues - the task manager built for teams on Google Workspace."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GQueues for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Turn your emails into action items in GQueues. Link or attach the email thread to a task to view from inside GQueues. Streamline your email processing and take control of your inbox with GQueues for Gmail. 

---------------------------------------------------------------

The GQueues for Gmail Chrome Extension requires a GQueues account to work. GQueues is a task management app specifically designed for Google users. 

With GQueues you get:
• Deep integration with Google Workspace including Chrome, Gmail, Calendar, and Drive
• Gmail integration to turn your emails into tasks
• Simple, intuitive interface
• Core task management including subtasks and repeating tasks
• Robust search and task filters
• Easy collaboration with shared folders and assignments for delegating work
• Mobile apps for Android and iOS

Get more information or sign up at https://www.gqueues.com                    

एक्सटेंशन की मूल जानकारी

नाम GQueues for Gmail GQueues for Gmail
ID oabmjafkkhaamplldfiipdefcdmjcfac
आधिकारिक URL https://chromewebstore.google.com/detail/gqueues-for-gmail/oabmjafkkhaamplldfiipdefcdmjcfac
विवरण Turn emails into actionable tasks with GQueues - the task manager built for teams on Google Workspace.
फ़ाइल का आकार 532 KB
स्थापना संख्या 7,287
वर्तमान संस्करण 1.2.9
अंतिम अपडेट 2023-03-13
प्रकाशन तिथि 2019-06-10
रेटिंग 4.25/5 कुल 28 रेटिंग्स
डेवलपर https://www.gqueues.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.gqueues.com
सहायता पृष्ठ URL https://learn.gqueues.com/en/articles/5337343-gqueues-for-gmail-chrome-extension
गोपनीयता नीति पृष्ठ URL https://www.gqueues.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GQueues for Gmail",
    "version": "1.2.9",
    "action": [],
    "description": "Turn emails into actionable tasks with GQueues - the task manager built for teams on Google Workspace.",
    "icons": {
        "16": "gqIcon16.png",
        "48": "gqIcon48.png",
        "128": "gqIcon128.png"
    },
    "author": "GQueues",
    "background": {
        "service_worker": "background.min.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "gqueues-gmail-ext.min.css"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "jquery-ui-1.11.2.min.js",
                "gqueues-gmail-ext.min.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/app.gqueues.com\/gmailext?*",
                "https:\/\/www.gqueues.com\/gmailext?*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "login-content-script.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.googleusercontent.com\/*",
        "https:\/\/mail.google.com\/*"
    ],
    "permissions": [
        "scripting",
        "storage"
    ],
    "content_security_policy": [],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*",
                "get-globals.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}