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
公式URL 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
Eメール [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
    }
}