Spot Scheduler

Schedule Spot calls directly from Google Calendar and turn standard phone calls into notes-supported mobile meetings.

Spot Scheduler란 무엇입니까?

Spot Scheduler은(는) Spot Meetings에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Schedule Spot calls directly from Google Calendar and turn standard phone calls into notes-supported mobile meetings."입니다.

확장 프로그램 스크린샷

screenshot

Spot Scheduler 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Sick of sitting on video calls all day but feel chained to your desk because that's where your work tools are? We know the feeling. Try out Spot, the audio-only meeting platform built to move with you, so you can bring your tools wherever you go. Transcribe your conversations, take notes, assign tasks, and don’t feel guilty for leaving your desk.

With the Spot Scheduler, easily add Spot calls to your events directly from Google Calendar.                    

확장 프로그램 기본 정보

이름 Spot Scheduler Spot Scheduler
ID hfggdjaojklphcebleicmebpeohpjpam
공식 URL https://chromewebstore.google.com/detail/spot-scheduler/hfggdjaojklphcebleicmebpeohpjpam
설명 Schedule Spot calls directly from Google Calendar and turn standard phone calls into notes-supported mobile meetings.
파일 크기 131 KB
설치 횟수 89
현재 버전 1.1.2
최근 업데이트 2022-09-23
출시 날짜 2021-10-10
평점 5.00/5 총 3 개의 평점
개발자 Spot Meetings
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://meetwithspot.com
도움말 페이지 URL https://meetwithspot.helpscoutdocs.com/
개인정보 보호 정책 페이지 URL https://www.meetwithspot.com/privacy-terms
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spot Scheduler",
    "description": "Schedule Spot calls directly from Google Calendar and turn standard phone calls into notes-supported mobile meetings.",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgFgThF0oL7FtODWGL30DVH0Po3lcmxsXXo+LnoY5t\/jOq8yEPZJljcV+2VjPCanJ92HxfXHx9OKZbpHwGNr+p8ESDEWRMeeB8ZrFZyuyXsRF4ifMBSKg\/\/n6WIQ55vgPxwC0SbeThaIzC6NM+sXHHrk8HEvMVRqRLpWm6Nn9iIud\/lecAsb+jSYzBW5TmwTgHBLvniihy38LSsRKjCq58F48VamuiN4XfkGhCX2WPW3ruishPuEAN2ThXHAq4pjDc\/neSUmQUq02MDbDMfmfyo7vKiVBcENMh+2x8GHdcagS9GOSOPo03kKDXHenRfF+D5wErvXYvjna7HS0OTGEFwIDAQAB",
    "version": "1.1.2",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/u\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": []
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.spot.mt\/*"
        ]
    }
}