Spot Scheduler
Schedule Spot calls directly from Google Calendar and turn standard phone calls into notes-supported mobile meetings.
Was ist Spot Scheduler?
Spot Scheduler ist eine Chrome-Erweiterung, die von Spot Meetings entwickelt wurde, und ihr Hauptmerkmal ist "Schedule Spot calls directly from Google Calendar and turn standard phone calls into notes-supported mobile meetings.".
Erweiterungsscreenshots
Spot Scheduler-Erweiterungs-CRX-Datei herunterladen
Laden Sie Spot Scheduler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Spot Scheduler |
ID | hfggdjaojklphcebleicmebpeohpjpam |
Offizielle URL | https://chromewebstore.google.com/detail/spot-scheduler/hfggdjaojklphcebleicmebpeohpjpam |
Beschreibung | Schedule Spot calls directly from Google Calendar and turn standard phone calls into notes-supported mobile meetings. |
Dateigröße | 131 KB |
Installationsanzahl | 89 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2022-09-23 |
Veröffentlichungsdatum | 2021-10-10 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Spot Meetings |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://meetwithspot.com |
Hilfeseite URL | https://meetwithspot.helpscoutdocs.com/ |
URL der Datenschutzrichtlinien-Seite | https://www.meetwithspot.com/privacy-terms |
Unterstützte Sprachen | 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\/*" ] } } |