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℠”。
扩展截图
下载McKesson ScanManager℠ Browser Extension扩展crx文件
下载McKesson ScanManager℠ Browser Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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]
扩展基本信息
名称 | |
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" } |