Spot Scheduler

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

O que é Spot Scheduler?

Spot Scheduler é uma extensão do Chrome desenvolvida por Spot Meetings, e sua principal característica é "Schedule Spot calls directly from Google Calendar and turn standard phone calls into notes-supported mobile meetings.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Spot Scheduler

Baixe arquivos de extensão Spot Scheduler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Spot Scheduler Spot Scheduler
ID hfggdjaojklphcebleicmebpeohpjpam
URL Oficial https://chromewebstore.google.com/detail/spot-scheduler/hfggdjaojklphcebleicmebpeohpjpam
Descrição Schedule Spot calls directly from Google Calendar and turn standard phone calls into notes-supported mobile meetings.
Tamanho do Arquivo 131 KB
Contagem de Instalações 89
Versão Atual 1.1.2
Última Atualização 2022-09-23
Data de Publicação 2021-10-10
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Spot Meetings
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://meetwithspot.com
URL da Página de Ajuda https://meetwithspot.helpscoutdocs.com/
URL da Página de Política de Privacidade https://www.meetwithspot.com/privacy-terms
Idiomas Suportados 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\/*"
        ]
    }
}