Orbit CME

Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.

Qu'est-ce que Orbit CME ?

Orbit CME est une extension Chrome développée par https://orbitcme.com, et sa fonction principale est "Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Orbit CME

Téléchargez les fichiers d'extension Orbit CME au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Earn CME credits while surfing your favorite medical sites.                    

Informations de Base sur l'Extension

Nom Orbit CME Orbit CME
ID ffbnancjlgeeeipcmpiikloifeimgglf
URL Officiel https://chromewebstore.google.com/detail/orbit-cme/ffbnancjlgeeeipcmpiikloifeimgglf
Description Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.
Taille du Fichier 1.04 MB
Nombre d'Installations 3,952
Version Actuelle 0.2.9
Dernière Mise à Jour 2023-12-05
Date de Publication 2023-11-24
Évaluation 3.67/5 Total 3 Évaluations
Développeur https://orbitcme.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://orbitcme.com/
URL de la Page d'Aide https://orbitcme.zendesk.com/hc/en-us
URL de la Page de Politique de Confidentialité https://orbitcme.com/terms.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.2.9",
    "manifest_version": 2,
    "minimum_chrome_version": "55",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "*:\/\/*.google.com\/",
        "management",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png"
        },
        "default_title": "Orbit CME",
        "default_popup": "login.html"
    },
    "web_accessible_resources": [
        "check.js"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}