Orbit CME

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

Vad är Orbit CME?

Orbit CME är en Chrome-tillägg utvecklad av https://orbitcme.com, och dess huvudfunktion är "Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.".

Tilläggsskärmbilder

Ladda ner Orbit CME-förlängningens CRX-fil

Ladda ner Orbit CME-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Earn CME credits while surfing your favorite medical sites.                    

Grundläggande Information om Tillägg

Namn Orbit CME Orbit CME
ID ffbnancjlgeeeipcmpiikloifeimgglf
Officiell webbadress https://chromewebstore.google.com/detail/orbit-cme/ffbnancjlgeeeipcmpiikloifeimgglf
Beskrivning Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.
Filstorlek 1.04 MB
Antal Installationer 3,952
Aktuell Version 0.2.9
Senast Uppdaterad 2023-12-05
Publiceringsdatum 2023-11-24
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare https://orbitcme.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://orbitcme.com/
Hjälpsida URL https://orbitcme.zendesk.com/hc/en-us
URL till Sekretesspolicy Sidan https://orbitcme.com/terms.html
Stödda Språk 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
    }
}