Orbit CME

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

Apa itu Orbit CME?

Orbit CME adalah ekstensi Chrome yang dikembangkan oleh https://orbitcme.com, dan fitur utamanya adalah "Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Orbit CME

Unduh file ekstensi Orbit CME dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Earn CME credits while surfing your favorite medical sites.                    

Informasi Dasar Ekstensi

Nama Orbit CME Orbit CME
ID ffbnancjlgeeeipcmpiikloifeimgglf
URL Resmi https://chromewebstore.google.com/detail/orbit-cme/ffbnancjlgeeeipcmpiikloifeimgglf
Deskripsi Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.
Ukuran File 1.04 MB
Jumlah Instalasi 3,952
Versi Saat Ini 0.2.9
Terakhir Diperbarui 2023-12-05
Tanggal Publikasi 2023-11-24
Penilaian 3.67/5 Total 3 Penilaian
Pengembang https://orbitcme.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://orbitcme.com/
URL Halaman Bantuan https://orbitcme.zendesk.com/hc/en-us
URL Halaman Kebijakan Privasi https://orbitcme.com/terms.html
Bahasa yang Didukung 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
    }
}