Orbit CME

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

Cos'è Orbit CME?

Orbit CME è un'estensione di Chrome sviluppata da https://orbitcme.com, e la sua funzione principale è "Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Orbit CME

Scarica i file di estensione Orbit CME in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Earn CME credits while surfing your favorite medical sites.                    

Informazioni di Base sull'Estensione

Nome Orbit CME Orbit CME
ID ffbnancjlgeeeipcmpiikloifeimgglf
URL Ufficiale https://chromewebstore.google.com/detail/orbit-cme/ffbnancjlgeeeipcmpiikloifeimgglf
Descrizione Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.
Dimensione del File 1.04 MB
Conteggio Installazioni 3,952
Versione Corrente 0.2.9
Ultimo Aggiornamento 2023-12-05
Data di Pubblicazione 2023-11-24
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore https://orbitcme.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://orbitcme.com/
URL della Pagina di Aiuto https://orbitcme.zendesk.com/hc/en-us
URL della Pagina della Politica sulla Privacy https://orbitcme.com/terms.html
Lingue Supportate 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
    }
}