Orbit CME

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

Co je Orbit CME?

Orbit CME je rozšíření Chrome vyvinuté https://orbitcme.com, a jeho hlavní funkcí je „Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Orbit CME

Stáhněte si soubory rozšíření Orbit CME ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Earn CME credits while surfing your favorite medical sites.                    

Základní Informace o Rozšíření

Název Orbit CME Orbit CME
ID ffbnancjlgeeeipcmpiikloifeimgglf
Oficiální URL https://chromewebstore.google.com/detail/orbit-cme/ffbnancjlgeeeipcmpiikloifeimgglf
Popis Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.
Velikost souboru 1.04 MB
Počet instalací 3,952
Aktuální Verze 0.2.9
Poslední Aktualizace 2023-12-05
Datum Vydání 2023-11-24
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář https://orbitcme.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://orbitcme.com/
URL Stránky Nápovědy https://orbitcme.zendesk.com/hc/en-us
URL Stránky Zásad Ochrany Soukromí https://orbitcme.com/terms.html
Podporované Jazyky 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
    }
}