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 là gì?

Orbit CME là một tiện ích mở rộng Chrome được phát triển bởi https://orbitcme.com, và tính năng chính của nó là "Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Orbit CME

Tải xuống các tệp mở rộng Orbit CME dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Earn CME credits while surfing your favorite medical sites.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Orbit CME Orbit CME
ID ffbnancjlgeeeipcmpiikloifeimgglf
URL Chính Thức https://chromewebstore.google.com/detail/orbit-cme/ffbnancjlgeeeipcmpiikloifeimgglf
Mô tả Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work.
Kích Thước Tệp 1.04 MB
Số Lần Cài Đặt 3,952
Phiên Bản Hiện Tại 0.2.9
Cập Nhật Lần Cuối 2023-12-05
Ngày Phát Hành 2023-11-24
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://orbitcme.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://orbitcme.com/
URL Trang Trợ Giúp https://orbitcme.zendesk.com/hc/en-us
URL Trang Chính Sách Bảo Mật https://orbitcme.com/terms.html
Ngôn Ngữ Được Hỗ Trợ 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
    }
}