Orbit CME

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

什麼是Orbit CME?

Orbit CME是由https://orbitcme.com開發的Chrome擴展程式,該擴展的主要功能是“Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.”。

擴展截圖

下載Orbit CME擴展crx文件

下載Orbit CME擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Earn CME credits while surfing your favorite medical sites.                    

擴展基本資訊

名稱 Orbit CME Orbit CME
ID ffbnancjlgeeeipcmpiikloifeimgglf
官方網址 https://chromewebstore.google.com/detail/orbit-cme/ffbnancjlgeeeipcmpiikloifeimgglf
簡介 Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.
檔案大小 1.04 MB
安裝次數 3,952
目前版本 0.2.9
更新時間 2023-12-05
上架時間 2023-11-24
評分 3.67/5 共 3 次評分
開發者 https://orbitcme.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://orbitcme.com/
說明頁面URL https://orbitcme.zendesk.com/hc/en-us
隱私政策頁面URL https://orbitcme.com/terms.html
支援的語言 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
    }
}