Available: Calendar Availability Software

With Available, you can select 15 min, 30 min, 45 min, or 1 hour slots from your calendar and insert them into your email as plain…

Available: Calendar Availability Software란 무엇입니까?

Available: Calendar Availability Software은(는) http://availableforgmail.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With Available, you can select 15 min, 30 min, 45 min, or 1 hour slots from your calendar and insert them into your email as plain…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Available: Calendar Availability Software 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With Available, you can select 15 min, 30 min, 45 min, or 1 hour slots from your calendar and insert them into your email as plain text.

No need to share calendar links or dealing with the hassle of switching between Google Calendar and Gmail to propose available times.

Upcoming features:
* Multiple calendars functionality 
* Click & drag to select available times
* Send times & put hold events on your calendar
* Multi-browser support (Brave, Firefox, Opera, Safari)
* Automatically create a calendar event when recipient chooses time
* Select & Copy times to Clipboard (for sharing times in other apps)

If you have any bugs or product suggestions please email me at [email protected]                    

확장 프로그램 기본 정보

이름 Available: Calendar Availability Software Available: Calendar Availability Software
ID lhfhcjmgkahmnlepjcnldhcbakekjlif
공식 URL https://chrome.google.com/webstore/detail/available-calendar-availa/lhfhcjmgkahmnlepjcnldhcbakekjlif
설명 With Available, you can select 15 min, 30 min, 45 min, or 1 hour slots from your calendar and insert them into your email as plain…
파일 크기 1.53 MB
설치 횟수 2,574
현재 버전 0.0.6
최근 업데이트 2020-09-23
출시 날짜 2020-08-27
평점 2.76/5 총 33 개의 평점
개발자 http://availableforgmail.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.availableforgmail.com/
개인정보 보호 정책 페이지 URL http://availableforgmail.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Available: Calendar Availability Software",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Available",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "*.js",
        "*.html",
        "*.png",
        "*.svg"
    ],
    "permissions": [
        "https:\/\/api.buildavailable.com\/authUrl",
        "https:\/\/api.buildavailable.com\/authenticate",
        "https:\/\/api.buildavailable.com\/register",
        "https:\/\/api.buildavailable.com\/calendar",
        "https:\/\/api.buildavailable.com\/analytics",
        "https:\/\/api.buildavailable.com\/users\/uninstall",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "identity",
        "identity.email"
    ],
    "oauth2": {
        "client_id": "732869597386-1amndjanvesi46mhbrm32upe8sa371q0.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "profile",
            "email",
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly"
        ]
    },
    "version": "0.0.6"
}