McKesson ScanManager℠ Browser Extension

Upload your scanner to McKesson SupplyManager℠

McKesson ScanManager℠ Browser Extension란 무엇입니까?

McKesson ScanManager℠ Browser Extension은(는) McKesson Medical-Surgical에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upload your scanner to McKesson SupplyManager℠"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

McKesson ScanManager℠ Browser Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Use this browser extension along with our McKesson ScanManager℠ solution to send products and quantity amounts captured on your scanner to your SupplyManager℠ account for ordering.

For more information or support on McKesson ScanManager℠, please call 1-800-422-0280, option 5, or send an email to [email protected]                    

확장 프로그램 기본 정보

이름 McKesson ScanManager℠ Browser Extension McKesson ScanManager℠ Browser Extension
ID aplekclbcjpkojoandcofplgondpedil
공식 URL https://chromewebstore.google.com/detail/mckesson-scanmanager%E2%84%A0-bro/aplekclbcjpkojoandcofplgondpedil
설명 Upload your scanner to McKesson SupplyManager℠
파일 크기 69.16 KB
설치 횟수 1,878
현재 버전 1.0.0.1
최근 업데이트 2022-03-16
출시 날짜 2021-12-01
개발자 McKesson Medical-Surgical
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mms.mckesson.com/content/our-services-solutions/inventory-management/mckesson-scanmanager/
도움말 페이지 URL https://mms.mckesson.com/content/our-services-solutions/inventory-management/mckesson-scanmanager/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Upload your scanner to McKesson SupplyManager\u2120",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.mckesson.org\/*",
            "*:\/\/*.mckesson.com\/*"
        ]
    },
    "icons": {
        "128": "ScanManager.png"
    },
    "manifest_version": 3,
    "name": "McKesson ScanManager\u2120 Browser Extension",
    "permissions": [
        "nativeMessaging"
    ],
    "version": "1.0.0.1"
}