Search G. Calendar Tasks (By Natfluence)

Easily search, manage, and edit all your Google tasks from one simple interface.

Τι είναι το Search G. Calendar Tasks (By Natfluence);

Το Search G. Calendar Tasks (By Natfluence) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://natfluence.com, και η κύρια λειτουργία του είναι "Easily search, manage, and edit all your Google tasks from one simple interface.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Search G. Calendar Tasks (By Natfluence)

Λήψη αρχείων επέκτασης Search G. Calendar Tasks (By Natfluence) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Finally, you can search, manage, and edit all your Google Tasks using advanced features and functionality -- search by keyword, task status, date range, and more!

Do you use Google Tasks or Google Calendar? Do you have a large number of tasks? 

If so, you might be frustrated by the inability to search or find details for past Google Tasks that you created a long time ago. Perhaps, you can’t remember the Task Title or Task Details and have trouble finding specific information within your Google Tasks - such as notes, dates or even the name of your Google Task.

Now there is a convenient solution:

With this free desktop app for Google Tasks, you can Search, Manage, and Edit your Google Tasks all at once from one central dashboard.

Search G. Calendar Tasks (By Natfluence®) is a third-party app which lets you connect to the Google Tasks API, download tasks, search, and edit them - all without creating a separate account.

FEATURES

Key Features for searching and editing Google Tasks include:

➤ Search Google Tasks by KEYWORDS contained in the Task Title and/or in the Task Details
➤ Search Google Tasks by MULTIPLE keywords and search terms
➤ Search Google Tasks by TASK STATUS (easily pull up a list of all Complete Tasks or Incomplete Tasks)
➤ Search Google Tasks by DATE RANGE
➤ Search past and future Google Tasks
➤ View, Edit and Manage all Google Tasks in a LIST format (all in one spot)
➤ Access your Google Tasks directly from ANY PAGE by clicking on the Chrome extension and using the search form in the extension (you don’t have to have Google Calendar or Gmail open)

LIMITATIONS:

➤ Does not currently search Non-Alphanumeric characters / Non-English text (this is on the Dev List for a future release).

➤ Extension is not currently compatible with the Microsoft Edge browser.

➤ Searches your default task list only (the main list). Functionality for searching multiple task lists is on our wish list for future consideration.

➤ Does not search "repeat" tasks (e.g., if you select the drop-down option on Google Calendar for a task to repeat on a reoccurring basis).

PRICING

★ Everything is FREE

ACCESS

★ No separate account required. Simply sign-in using the Google account that you want to search.

UPDATES, RELEASES & FEEDBACK

If you want to suggest a new feature, or let us know about bugs or leave any other feedback, shoot us an email at [email protected]

PRIVACY POLICY:

When you authorize this extension to the Google Tasks API using your Google account, we store a login token and your email address locally on your machine.

The token is used to maintain access to the Google Tasks API, and the email address is used to within the interface to reflect which of your Google Accounts is currently logged in.

No personally-identifiable or sensitive data is ever uploaded to any server; Your tasks, email address, and login token are downloaded and stored safely in local databases on your device. These local databases are restricted by Chrome to be accessible only to this extension, for fast indexing and search.                    

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

Όνομα Search G. Calendar Tasks (By Natfluence) Search G. Calendar Tasks (By Natfluence)
ID hbbihbhfopbfekplgcaoaacnhpjdkbdf
Επίσημο URL https://chromewebstore.google.com/detail/search-g-calendar-tasks-b/hbbihbhfopbfekplgcaoaacnhpjdkbdf
Περιγραφή Easily search, manage, and edit all your Google tasks from one simple interface.
Μέγεθος Αρχείου 2.52 MB
Αριθμός Εγκαταστάσεων 1,639
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2023-05-29
Ημερομηνία Δημοσίευσης 2022-04-18
Αξιολόγηση 3.81/5 Συνολικά 27 Αξιολογήσεις
Προγραμματιστής https://natfluence.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://natfluence.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://natfluence.com/how-to-search-google-tasks/
URL της Σελίδας Πολιτικής Απορρήτου https://natfluence.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search G. Calendar Tasks (By Natfluence)",
    "description": "Easily search, manage, and edit all your Google tasks from one simple interface.",
    "version": "1.1.1",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Search G. Calendar Tasks (By Natfluence)",
        "default_popup": "popup.html#\/search"
    },
    "background": {
        "page": "background.html"
    },
    "oauth2": {
        "client_id": "1040423519209-f9ddob4fbtno6rlk0rkfu8tnqbj6euqi.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/tasks",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "unlimitedStorage"
    ]
}