Level3 Google Calendar Integration

Easily start and schedule Level3 meetings in Google Calendar.

Level3 Google Calendar Integration क्या है?

Level3 Google Calendar Integration CenturyLink द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily start and schedule Level3 meetings in Google Calendar."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Level3 Google Calendar Integration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Level3 Google Calendar Integration Level3 Google Calendar Integration
ID mpegnbahaahknleoihghlhaalaahjjap
आधिकारिक URL https://chrome.google.com/webstore/detail/level3-google-calendar-in/mpegnbahaahknleoihghlhaalaahjjap
विवरण Easily start and schedule Level3 meetings in Google Calendar.
फ़ाइल का आकार 383 KB
स्थापना संख्या 43
वर्तमान संस्करण 0.9.8
अंतिम अपडेट 2018-01-31
प्रकाशन तिथि 2018-01-31
डेवलपर CenturyLink
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://conferencing.level3.com/en/
गोपनीयता नीति पृष्ठ URL http://www.level3.com/en/privacy
समर्थित भाषाएँ 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\/*"
    ]
}