McKesson ScanManager℠ Browser Extension
Upload your scanner to McKesson SupplyManager℠
McKesson ScanManager℠ Browser Extensionคืออะไร?
McKesson ScanManager℠ Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย McKesson Medical-Surgical และคุณลักษณะหลักของมันคือ "Upload your scanner to McKesson SupplyManager℠"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย McKesson ScanManager℠ Browser Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |