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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://orbitcme.zendesk.com/hc/en-us
عنوان صفحة سياسة الخصوصية 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
    }
}