Orbit CME

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

What is Orbit CME?

Orbit CME is a Chrome extension developed by https://orbitcme.com, and its main feature is "Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.".

Extension Screenshots

Download Orbit CME Extension CRX File

Download Orbit CME extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Earn CME credits while surfing your favorite medical sites.                    

Extension Basic Information

Name Orbit CME Orbit CME
ID ffbnancjlgeeeipcmpiikloifeimgglf
Official URL 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.
File Size 1.04 MB
Installation Count 3,952
Current Version 0.2.9
Last Updated 2023-12-05
Publish Date 2023-11-24
Rating 3.67/5 Total 3 Ratings
Developer https://orbitcme.com
Email [email protected]
Payment Type in_app
Extension Website https://orbitcme.com/
Help Page URL https://orbitcme.zendesk.com/hc/en-us
Privacy Policy Page URL https://orbitcme.com/terms.html
Supported Languages 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
    }
}