360learning
360Learning's web extension puts learning in your flow of work
Τι είναι το 360learning;
Το 360learning είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 360Learning, και η κύρια λειτουργία του είναι "360Learning's web extension puts learning in your flow of work".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 360learning
Λήψη αρχείων επέκτασης 360learning σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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": [ " |