Pfizer SM9 PILOT SS 2.32.3
Automation & Speed process for Site Services SM9
What is Pfizer SM9 PILOT SS 2.32.3?
Pfizer SM9 PILOT SS 2.32.3 is a Chrome extension developed by Service Manager Automation, and its main feature is "Automation & Speed process for Site Services SM9".
Extension Screenshots
Download Pfizer SM9 PILOT SS 2.32.3 Extension CRX File
Download Pfizer SM9 PILOT SS 2.32.3 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
The service manager extension automates and enhances the user experience using RPAs and region-specific requirements. PILOT Site Services
Extension Basic Information
Name | Pfizer SM9 PILOT SS 2.32.3 |
ID | olhocfihbmhjbnpiclghabmkpjnmbnpn |
Official URL | https://chromewebstore.google.com/detail/pfizer-sm9-pilot-ss-2323/olhocfihbmhjbnpiclghabmkpjnmbnpn |
Description | Automation & Speed process for Site Services SM9 |
File Size | 101 KB |
Installation Count | 110 |
Current Version | 2.32.3 |
Last Updated | 2023-11-11 |
Publish Date | 2021-01-29 |
Developer | Service Manager Automation |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |