Method mConnect Extension

Connect your suppliers to the Method Procurement platform and drive results to your dental practice's bottom line.

Method mConnect Extension क्या है?

Method mConnect Extension https://methodusa.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connect your suppliers to the Method Procurement platform and drive results to your dental practice's bottom line."।

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

screenshot
screenshot

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

crx प्रारूप में Method mConnect Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Method's digital solutions transform dental spend management, drive productivity, and yield improved financial results for dental organizations of all sizes.

The Method mConnect Extension provides expanded connectivity with your suppliers to build an efficient, digital procurement process.  With accurate data and fast response times, your practice will eliminate common errors and wasted efforts associated with traditional buying techniques.

Important note:  Requires a subscription to Method Procurement.

If you have any problems or suggestions please visit https://support.methodusa.com for helpful resources.
			
Want to improve your dental practice?  Visit Method Procurement at https://methodusa.com to learn more or to request a personal demo today.

The Method mConnect Extension is covered by the Terms of Service found at https://methodusa.com/terms-of-service/.                    

एक्सटेंशन की मूल जानकारी

नाम Method mConnect Extension Method mConnect Extension
ID dpgihjlnpbcicfmpjiepdeipalnkopfi
आधिकारिक URL https://chromewebstore.google.com/detail/method-mconnect-extension/dpgihjlnpbcicfmpjiepdeipalnkopfi
विवरण Connect your suppliers to the Method Procurement platform and drive results to your dental practice's bottom line.
फ़ाइल का आकार 261 KB
स्थापना संख्या 5,452
वर्तमान संस्करण 1.17.6
अंतिम अपडेट 2022-04-27
प्रकाशन तिथि 2020-07-04
डेवलपर https://methodusa.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://support.methodusa.com
गोपनीयता नीति पृष्ठ URL https://methodusa.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Connect your suppliers to the Method Procurement platform and drive results to your dental practice's bottom line.",
    "version": "1.17.6",
    "name": "Method mConnect Extension",
    "short_name": "mConnect",
    "permissions": [
        "cookies",
        "notifications",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "*:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "main.bundle.js",
                "vendor\/global.js",
                "vendor\/selenium-browserdetect.js",
                "polyfills.js",
                "escape.js",
                "playback.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.methodusa.com\/*"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icon-gray-32.png"
        }
    },
    "icons": {
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}