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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://orbitcme.com และคุณลักษณะหลักของมันคือ "Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Orbit CME

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}