McKesson ScanManager℠ Browser Extension
Upload your scanner to McKesson SupplyManager℠
What is McKesson ScanManager℠ Browser Extension?
McKesson ScanManager℠ Browser Extension is a Chrome extension developed by McKesson Medical-Surgical, and its main feature is "Upload your scanner to McKesson SupplyManager℠".
Extension Screenshots
Download McKesson ScanManager℠ Browser Extension Extension CRX File
Download McKesson ScanManager℠ Browser Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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]
Extension Basic Information
Name | |
ID | aplekclbcjpkojoandcofplgondpedil |
Official URL | https://chromewebstore.google.com/detail/mckesson-scanmanager%E2%84%A0-bro/aplekclbcjpkojoandcofplgondpedil |
Description | Upload your scanner to McKesson SupplyManager℠ |
File Size | 69.16 KB |
Installation Count | 1,878 |
Current Version | 1.0.0.1 |
Last Updated | 2022-03-16 |
Publish Date | 2021-12-01 |
Developer | McKesson Medical-Surgical |
[email protected] | |
Payment Type | free |
Extension Website | https://mms.mckesson.com/content/our-services-solutions/inventory-management/mckesson-scanmanager/ |
Help Page URL | https://mms.mckesson.com/content/our-services-solutions/inventory-management/mckesson-scanmanager/ |
Supported Languages | 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" } |