EMS For Google Calendar

EMS for Google Calendar is a Google Chrome extension that allows users to seamlessly create and manage bookings from your EMS…

EMS For Google Calendar क्या है?

EMS For Google Calendar EMS Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "EMS for Google Calendar is a Google Chrome extension that allows users to seamlessly create and manage bookings from your EMS…"।

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

screenshot

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

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

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

                        EMS for Google Calendar is a Google Chrome extension that allows users to seamlessly create and manage bookings from your EMS reservation system in Google Calendar.                    

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

नाम EMS For Google Calendar EMS For Google Calendar
ID igchnjedbabgmoengenjmnebnefeoifg
आधिकारिक URL https://chromewebstore.google.com/detail/ems-for-google-calendar/igchnjedbabgmoengenjmnebnefeoifg
विवरण EMS for Google Calendar is a Google Chrome extension that allows users to seamlessly create and manage bookings from your EMS…
फ़ाइल का आकार 17.12 MB
स्थापना संख्या 355
वर्तमान संस्करण 221.3.0.43
अंतिम अपडेट 2021-08-04
प्रकाशन तिथि 2020-04-15
डेवलपर EMS Software
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.emssoftware.com
सहायता पृष्ठ URL https://portal.emssoftware.com/s/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiE1UEjH4U6G1ctrxey4uIOUtAWPFn4NsCx8JIEBQC0UAWQT1I9mznK9tExosAHLZ3A6xoyeJph6iixspIh5GQc9ohiFMjEN57wUE\/UTcPeGKszzxP4bVyomXhOyBTFRkBVPVNC7sDMb\/pcO+5Cx0Rxu6ZTkeCCWs+fMupQFZbAC07OGBwfgm0N2axQVZb2REjGKmY+fsbn8vvgegcIIZUsajr0Mc03UgbuMe2ADkHBZeHzmqfwRab9Fm32W0BOvkv7Ghs8EEOHTKbqCPJBefIei3sma\/xOQObbw8TFZfrcvB8B+b\/zq+6Cg4hv90MsE4hOym\/5ghw+q4jijGyn8raQIDAQAB",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "\/static\/js\/content.3b60c057.js"
            ]
        }
    ],
    "oauth2": {
        "scopes": [
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/calendar.events",
            "https:\/\/www.googleapis.com\/auth\/calendar.settings.readonly",
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly",
            "https:\/\/www.googleapis.com\/auth\/admin.directory.resource.calendar.readonly"
        ],
        "client_id": "317959924954-mels609gce2f9f4onhti7r09gubka3fs.apps.googleusercontent.com"
    },
    "manifest_version": 2,
    "short_name": "EMS For Google Calendar",
    "icons": {
        "1024": "icon_1024x1024.png"
    },
    "web_accessible_resources": [
        "options.html",
        "fonts\/ems-mobile-icons.woff"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "version": "221.3.0.43",
    "background": {
        "scripts": [
            "\/static\/js\/background.ec494dd9.js"
        ]
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "unlimitedStorage",
        "tabs",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/calendar.google.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "EMS For Google Calendar"
    },
    "name": "EMS For Google Calendar"
}