Orbit CME

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

O que é Orbit CME?

Orbit CME é uma extensão do Chrome desenvolvida por https://orbitcme.com, e sua principal característica é "Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Orbit CME

Baixe arquivos de extensão Orbit CME no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Earn CME credits while surfing your favorite medical sites.                    

Informações Básicas da Extensão

Nome Orbit CME Orbit CME
ID ffbnancjlgeeeipcmpiikloifeimgglf
URL Oficial https://chromewebstore.google.com/detail/orbit-cme/ffbnancjlgeeeipcmpiikloifeimgglf
Descrição Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.
Tamanho do Arquivo 1.04 MB
Contagem de Instalações 3,952
Versão Atual 0.2.9
Última Atualização 2023-12-05
Data de Publicação 2023-11-24
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://orbitcme.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://orbitcme.com/
URL da Página de Ajuda https://orbitcme.zendesk.com/hc/en-us
URL da Página de Política de Privacidade https://orbitcme.com/terms.html
Idiomas Suportados 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
    }
}