Pact for Google Calendar

Boost your productivity with Pact for Google Calendar

Τι είναι το Pact for Google Calendar;

Το Pact for Google Calendar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον withpact, και η κύρια λειτουργία του είναι "Boost your productivity with Pact for Google Calendar".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Pact for Google Calendar

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

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

                        Effortlessly track and manage your work commitments using Pact's Google Calendar extension. Now, visualize your daily pacts and interact with them directly from your calendar.

Pact brings accountability to teams through smart reminders, analytics, and automated workflows. It integrates seamlessly into your calendar, email, or Slack for enhanced team collaboration.

Pact empowers teams with: 15x more visibility into outcomes, 3x more accurate delivery dates, and a remarkable 91% task completion rate.

With our Chrome extension, you can:
  - Instantly view your commitments (think of them as ‘pacts’) and due dates right in your calendar.
  - Easily create, view, edit, and update your commitments, all within Google Calendar.
  - Improve accountability, both with yourself and your team, right from your calendar.

Questions or eager to learn more? Reach out to us at [email protected] or schedule a live demo at www.withpact.com.                    

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

Όνομα Pact for Google Calendar Pact for Google Calendar
ID ommicdbceoopdfknpooooockkmojljnd
Επίσημο URL https://chromewebstore.google.com/detail/pact-for-google-calendar/ommicdbceoopdfknpooooockkmojljnd
Περιγραφή Boost your productivity with Pact for Google Calendar
Μέγεθος Αρχείου 119 KB
Αριθμός Εγκαταστάσεων 162
Τρέχουσα Έκδοση 1.36.0
Τελευταία Ενημέρωση 2024-03-01
Ημερομηνία Δημοσίευσης 2023-01-20
Αξιολόγηση 5.00/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής withpact
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.withpact.com/
URL της Σελίδας Πολιτικής Απορρήτου https://withpact.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pact for Google Calendar",
    "version": "1.36.0",
    "description": "Boost your productivity with Pact for Google Calendar",
    "permissions": [
        "declarativeContent",
        "cookies",
        "storage",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/app.withpact.com\/*"
    ],
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/calendar.google.com\/*"
            ],
            "js": [
                "calendar.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo\/icon-16.png",
            "32": "images\/logo\/icon-32.png",
            "48": "images\/logo\/icon-48.png",
            "128": "images\/logo\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/logo\/icon-16.png",
        "32": "images\/logo\/icon-32.png",
        "48": "images\/logo\/icon-48.png",
        "128": "images\/logo\/icon-128.png"
    }
}