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文件

下载Spot Scheduler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
        ]
    }
}