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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Schedule Spot calls directly from Google Calendar and turn standard phone calls into notes-supported mobile meetings."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spot Scheduler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } } |