360learning

360Learning's web extension puts learning in your flow of work

360learning क्या है?

360learning 360Learning द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "360Learning's web extension puts learning in your flow of work"।

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

screenshot
screenshot

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

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

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

                        360Learning’s learning platform empowers companies to upskill from within. 

With this web extension, 360Learning will automatically recommend relevant courses to you based on your Google searches. Find courses within your existing flow of work and never miss out on the courses you need. Simply install the extension, log in to 360Learning, and start searching.

Through collaborative learning, companies turn their experts into champions for employee, customer, and partner growth. 
360Learning’s comprehensive learning platform combines LMS and LXP capabilities coupled with collaborative learning Academies to power your business’s upskilling flywheel. Discover the easiest way to onboard and upskill employees, train customer-facing teams, and enable customers and partners—all from one place.                    

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

नाम 360learning 360learning
ID mdgjhfoobomjiohmonmcnnjmimllcaca
आधिकारिक URL https://chromewebstore.google.com/detail/360learning/mdgjhfoobomjiohmonmcnnjmimllcaca
विवरण 360Learning's web extension puts learning in your flow of work
फ़ाइल का आकार 933 KB
स्थापना संख्या 482
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2023-12-07
प्रकाशन तिथि 2023-03-11
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर 360Learning
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.360learning.com
गोपनीयता नीति पृष्ठ URL https://360learning.com/legal/google-chrome-extension-privacy-information
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_manifest_extensionName__",
    "description": "__MSG_manifest_extensionDescription__",
    "version": "3.0.0",
    "minimum_chrome_version": "102",
    "default_locale": "en",
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "action": {
        "default_icon": "logo-16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/app.360learning.com\/api\/integration\/web-extension\/verify-url",
        "https:\/\/app.staging.360learning-dev.com\/api\/integration\/web-extension\/verify-url",
        "https:\/\/search-frc-staging-es.ent.francecentral.azure.elastic-cloud.com\/",
        "https:\/\/search-frc-prod-es.ent.francecentral.azure.elastic-cloud.com\/",
        "*:\/\/*.google.com\/*q=*",
        "*:\/\/*.google.co.uk\/*q=*",
        "*:\/\/*.google.de\/*q=*",
        "*:\/\/*.google.fr\/*q=*",
        "*:\/\/*.google.be\/*q=*",
        "*:\/\/*.google.ch\/*q=*"
    ],
    "optional_host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "coursesDisplay.html"
            ],
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.co.uk\/*",
                "*:\/\/*.google.de\/*",
                "*:\/\/*.google.fr\/*",
                "*:\/\/*.google.be\/*",
                "*:\/\/*.google.ch\/*"
            ]
        }
    ]
}