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
电子邮箱 [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
    }
}