Pfizer SM9 PILOT SS 2.32.3
Automation & Speed process for Site Services SM9
Pfizer SM9 PILOT SS 2.32.3คืออะไร?
Pfizer SM9 PILOT SS 2.32.3 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Service Manager Automation และคุณลักษณะหลักของมันคือ "Automation & Speed process for Site Services SM9"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pfizer SM9 PILOT SS 2.32.3
ดาวน์โหลดไฟล์ส่วนขยาย Pfizer SM9 PILOT SS 2.32.3 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The service manager extension automates and enhances the user experience using RPAs and region-specific requirements. PILOT Site Services
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pfizer SM9 PILOT SS 2.32.3 |
ID | olhocfihbmhjbnpiclghabmkpjnmbnpn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pfizer-sm9-pilot-ss-2323/olhocfihbmhjbnpiclghabmkpjnmbnpn |
คำอธิบาย | Automation & Speed process for Site Services SM9 |
ขนาดไฟล์ | 101 KB |
จำนวนการติดตั้ง | 110 |
เวอร์ชันปัจจุบัน | 2.32.3 |
อัปเดตครั้งล่าสุด | 2023-11-11 |
วันที่เผยแพร่ | 2021-01-29 |
ผู้พัฒนา | Service Manager Automation |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pfizer SM9 PILOT SS 2.32.3", "description": "Automation & Speed process for Site Services SM9", "version": "2.32.3", "author": "Zaki Moulay abdallah - [email protected] ", "icons": { "16": "icon.png", "48": "icon48.png" }, "content_scripts": [ { "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/sma.pfizer.com\/*", "https:\/\/sma-tst.pfizer.com\/*", "https:\/\/sma-stg.pfizer.com\/*" ], "js": [ "jquery.js", "myScript.js" ] } ], "permissions": [], "host_permissions": [ "https:\/\/sma.pfizer.com\/*", "https:\/\/sma-tst.pfizer.com\/*", "https:\/\/sma-stg.pfizer.com\/*" ] } |