FreeBusy Copilot
Schedule meetings 10x faster with people inside & outside your company. Companion for Gmail, Google Calendar and many other web apps
Cos'è FreeBusy Copilot?
FreeBusy Copilot è un'estensione di Chrome sviluppata da https://freebusy.io, e la sua funzione principale è "Schedule meetings 10x faster with people inside & outside your company. Companion for Gmail, Google Calendar and many other web apps".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FreeBusy Copilot
Scarica i file di estensione FreeBusy Copilot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
FreeBusy Copilot is your companion browser extension for Gmail, Google Calendar and many other web apps. FreeBusy for Gmail lets you organize efficient meeting polls to quickly find a time to meet with people inside and outside your company. When you compose or reply to an email look for the "Suggest Meeting Times with FreeBusy" button next to Gmail's own Send email button. FreeBusy will show you a unified view of everyone's availability so you can create a poll with multiple suggestions using availability information from participants' calendars. FreeBusy for Google Calendar lets you pick the best time to meet by showing you when all attendees are available, whether they are inside or outside your company, and irrespective of which calendar system they use. When you create or edit an event look for the "Find a Time with FreeBusy" tab, next to Google Calendar's own "Find a Time" tab. FreeBusy is also the easiest way to share availability from all your calendars so contacts can book meetings with you at time that actually work. You can link work, school, or personal calendars from any cloud provider (Office 365, Salesforce and many others).
Informazioni di Base sull'Estensione
Nome | FreeBusy Copilot |
ID | pfehnkdhcjjppkmdbpgofopjpchlknmo |
URL Ufficiale | https://chromewebstore.google.com/detail/freebusy-copilot/pfehnkdhcjjppkmdbpgofopjpchlknmo |
Descrizione | Schedule meetings 10x faster with people inside & outside your company. Companion for Gmail, Google Calendar and many other web apps |
Dimensione del File | 441 KB |
Conteggio Installazioni | 1,566 |
Versione Corrente | 2023.9.24 |
Ultimo Aggiornamento | 2023-09-25 |
Data di Pubblicazione | 2019-08-20 |
Valutazione | 4.67/5 Totale 9 Valutazioni |
Sviluppatore | https://freebusy.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://freebusy.io/chrome |
URL della Pagina di Aiuto | https://help.freebusy.io |
URL della Pagina della Politica sulla Privacy | https://freebusy.io/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FreeBusy Copilot", "short_name": "FreeBusy", "description": "Schedule meetings 10x faster with people inside & outside your company. Companion for Gmail, Google Calendar and many other web apps", "version": "2023.9.24", "author": "FreeBusy, Inc.", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "scripts": [ "jquery.min.js", "moment.min.js", "moment-timezone-with-data.min.js", "config.js", "troubleshooter\/errorHandler.js", "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "css": [ "gmail.min.css" ], "js": [ "jquery.min.js", "moment.min.js", "inboxsdk.js", "config.js", "httpRequest.js", "iframe.js", "troubleshooter\/clientTool.js", "troubleshooter\/errorHandler.js", "sidebar.js", "gmail.js" ], "all_frames": true }, { "matches": [ "http:\/\/*.lightning.force.com\/*", "https:\/\/*.lightning.force.com\/*" ], "css": [ "gmail.min.css" ], "js": [ "jquery.min.js", "moment.min.js", "config.js", "httpRequest.js", "iframe.js", "troubleshooter\/clientTool.js", "troubleshooter\/errorHandler.js", "sidebar.js", "salesforce.common.js", "salesforce.lightning.js" ], "all_frames": true }, { "matches": [ "http:\/\/*.salesforce.com\/*", "https:\/\/*.salesforce.com\/*" ], "css": [ "gmail.min.css" ], "js": [ "jquery.min.js", "moment.min.js", "config.js", "httpRequest.js", "iframe.js", "troubleshooter\/clientTool.js", "troubleshooter\/errorHandler.js", "sidebar.js", "salesforce.common.js", "salesforce.classic.js" ], "all_frames": true }, { "matches": [ "http:\/\/calendar.google.com\/*", "https:\/\/calendar.google.com\/*" ], "css": [ "gmail.min.css" ], "js": [ "jquery.min.js", "moment.min.js", "config.js", "httpRequest.js", "gcal.js", "iframe.js", "troubleshooter\/clientTool.js", "troubleshooter\/errorHandler.js" ], "all_frames": true }, { "matches": [ "https:\/\/*.bluejeans.com\/*" ], "css": [], "js": [ "jquery.min.js", "moment.min.js", "moment.timezone.data.min.js", "config.js", "picker.js", "picker.date.js", "picker.time.js", "pick-a-time\/IInjector.js", "pick-a-time\/BlueJeansInjector.js", "iframe.js", "troubleshooter\/clientTool.js", "troubleshooter\/errorHandler.js" ], "all_frames": true }, { "matches": [ "https:\/\/*.gotomeeting.com\/*" ], "css": [], "js": [ "jquery.min.js", "moment.min.js", "moment.timezone.data.min.js", "config.js", "pick-a-time\/IInjector.js", "pick-a-time\/GoToMeetingInjector.js", "iframe.js", "troubleshooter\/clientTool.js", "troubleshooter\/errorHandler.js" ], "all_frames": true }, { "matches": [ "https:\/\/*.zoom.us\/meeting\/schedule" ], "css": [], "js": [ "jquery.min.js", "moment.min.js", "moment.timezone.data.min.js", "config.js", "picker.js", "picker.date.js", "picker.time.js", "pick-a-time\/IInjector.js", "pick-a-time\/ZoomInjector.js", "iframe.js", "troubleshooter\/clientTool.js", "troubleshooter\/errorHandler.js" ], "all_frames": true }, { "matches": [ "https:\/\/*.webex.com\/collabs\/*" ], "css": [], "js": [ "jquery.min.js", "moment.min.js", "moment.timezone.data.min.js", "config.js", "picker.js", "picker.date.js", "picker.time.js", "pick-a-time\/IInjector.js", "pick-a-time\/WebExInjector.js", "iframe.js", "troubleshooter\/clientTool.js", "troubleshooter\/errorHandler.js" ], "all_frames": true }, { "matches": [ "https:\/\/*.join.me\/default.aspx*" ], "css": [], "js": [ "jquery.min.js", "moment.min.js", "moment.timezone.data.min.js", "config.js", "picker.js", "picker.date.js", "picker.time.js", "pick-a-time\/IInjector.js", "pick-a-time\/JoinMeInjector.js", "iframe.js", "troubleshooter\/clientTool.js", "troubleshooter\/errorHandler.js" ], "all_frames": true }, { "matches": [ " |