Pact for Google Calendar

Boost your productivity with Pact for Google Calendar

Pact for Google Calendar란 무엇입니까?

Pact for Google Calendar은(는) withpact에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost your productivity with Pact for Google Calendar"입니다.

확장 프로그램 스크린샷

screenshot

Pact for Google Calendar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}