GQueues Chrome Extension

Easily create tasks for GQueues - the task manager built for teams on Google Workspace.

Τι είναι το GQueues Chrome Extension;

Το GQueues Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.gqueues.com, και η κύρια λειτουργία του είναι "Easily create tasks for GQueues - the task manager built for teams on Google Workspace.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GQueues Chrome Extension

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

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

                        Capture your to-dos on the fly from anywhere on the web. Quickly create a new task to send right to your GQueues account, then get back to what you were doing. 

Want to save an article for your team meeting? Come across a source that could be useful for research on a big project? Just remembered you still need to book a babysitter for this Saturday? 

The GQueues Chrome Extension’s got you covered. Just log your thought and send it off to your GQueues inbox. If you select “From web page,” the URL of the site you’re on will be automatically added to the task so it’s easy to return to later. 

No more getting derailed from your work at hand. No more opening tabs on tabs on tabs of pages you want to read. The Chrome Extension makes it easy to capture it all in one central location so it’s not forgotten.

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

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

With GQueues you get:
• Deep integration with Google Workspace including Chrome, Gmail, Calendar, and Drive
• 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 Chrome Extension GQueues Chrome Extension
ID nfaboplgcinooacenccbofkaadcfbkkb
Επίσημο URL https://chromewebstore.google.com/detail/gqueues-chrome-extension/nfaboplgcinooacenccbofkaadcfbkkb
Περιγραφή Easily create tasks for GQueues - the task manager built for teams on Google Workspace.
Μέγεθος Αρχείου 755 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.2.4
Τελευταία Ενημέρωση 2023-03-20
Ημερομηνία Δημοσίευσης 2019-06-20
Αξιολόγηση 4.46/5 Συνολικά 61 Αξιολογήσεις
Προγραμματιστής https://www.gqueues.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.gqueues.com
Διεύθυνση URL της Σελίδας Βοήθειας https://learn.gqueues.com/en/collections/2994346-creating-tasks-from-anywhere#chrome-extension
URL της Σελίδας Πολιτικής Απορρήτου https://www.gqueues.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GQueues Chrome Extension",
    "version": "1.2.4",
    "description": "Easily create tasks for GQueues - the task manager built for teams on Google Workspace.",
    "icons": {
        "16": "gqIcon16.png",
        "48": "gqIcon48.png",
        "128": "gqIcon128.png"
    },
    "action": {
        "default_icon": {
            "16": "gqIcon16.png",
            "48": "gqIcon48.png",
            "128": "gqIcon128.png"
        },
        "default_popup": "html\/gqueues.html"
    },
    "omnibox": {
        "keyword": "gq"
    },
    "author": "GQueues",
    "background": {
        "service_worker": "background.min.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/app.gqueues.com\/chromeext?*"
            ],
            "js": [
                "jquery-1.5.2.min.js",
                "login-content-script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "content_security_policy": []
}