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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Earn CME credit with the revolutionary plugin that recognizes the learning you're already doing by searching the web at work."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Orbit CME एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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
    }
}