Level3 Google Calendar Integration
Easily start and schedule Level3 meetings in Google Calendar.
Wat is Level3 Google Calendar Integration?
Level3 Google Calendar Integration is een Chrome-extensie ontwikkeld door CenturyLink, en de belangrijkste functie is "Easily start and schedule Level3 meetings in Google Calendar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Level3 Google Calendar Integration
Download Level3 Google Calendar Integration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Instantly start an on-demand meeting directly from the Google Calendar Extension. Easily schedule meetings and seamlessly add Level3 meeting details to your Google Calendar appointment. Allow participants to join your Level3 meeting quickly with a single click from your Google Calendar appointment. Safely store multiple sets of credentials to help you stay organized.
Basisinformatie over de Extensie
Naam | |
ID | mpegnbahaahknleoihghlhaalaahjjap |
Officiële URL | https://chrome.google.com/webstore/detail/level3-google-calendar-in/mpegnbahaahknleoihghlhaalaahjjap |
Beschrijving | Easily start and schedule Level3 meetings in Google Calendar. |
Bestandsgrootte | 383 KB |
Aantal Installaties | 43 |
Huidige Versie | 0.9.8 |
Laatst Bijgewerkt | 2018-01-31 |
Publicatiedatum | 2018-01-31 |
Ontwikkelaar | CenturyLink |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://conferencing.level3.com/en/ |
URL van de Privacybeleid Pagina | http://www.level3.com/en/privacy |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Level3 Google Calendar Integration", "description": "Easily start and schedule Level3 meetings in Google Calendar.", "version": "0.9.8", "browser_action": { "default_icon": "img\/icon.png", "default_title": "Level3 Google Calendar Integration", "default_popup": "popup.html" }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "https:\/\/cc.callinfo.com\/", "background", "storage", "tabs", "webNavigation" ], "background": { "scripts": [ "js\/xhr.js", "js\/util.js", "js\/vendor\/moment\/moment.min.js", "js\/vendor\/moment\/moment-round.min.js", "js\/vendor\/handlebars\/handlebars.runtime-v4.0.11.js", "js\/vendor\/handlebars\/helpers.hybrid.js", "js\/templates\/meetings.js", "js\/config.js", "js\/model.js", "js\/event.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/calendar*" ], "css": [ "style\/content.css", "style\/vendor\/mdc-web\/material-components-web.min.css" ], "js": [ "js\/util.js", "js\/model.js", "js\/config.js", "js\/vendor\/mdc-web\/material-components-web.min.js", "js\/content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "web_accessible_resources": [ "img\/*" ] } |