Pact for Google Calendar

Boost your productivity with Pact for Google Calendar

Pact for Google Calendar là gì?

Pact for Google Calendar là một tiện ích mở rộng Chrome được phát triển bởi withpact, và tính năng chính của nó là "Boost your productivity with Pact for Google Calendar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pact for Google Calendar

Tải xuống các tệp mở rộng Pact for Google Calendar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pact for Google Calendar Pact for Google Calendar
ID ommicdbceoopdfknpooooockkmojljnd
URL Chính Thức https://chromewebstore.google.com/detail/pact-for-google-calendar/ommicdbceoopdfknpooooockkmojljnd
Mô tả Boost your productivity with Pact for Google Calendar
Kích Thước Tệp 119 KB
Số Lần Cài Đặt 162
Phiên Bản Hiện Tại 1.36.0
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2023-01-20
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển withpact
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.withpact.com/
URL Trang Chính Sách Bảo Mật https://withpact.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}