Pact for Google Calendar

Boost your productivity with Pact for Google Calendar

Pact for Google Calendar क्या है?

Pact for Google Calendar withpact द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Boost your productivity with Pact for Google Calendar"।

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

screenshot

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

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

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

                        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"
    }
}