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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connect your suppliers to the Method Procurement platform and drive results to your dental practice's bottom line."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Method mConnect Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}