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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } } |