Pfizer SM9 PROD SD V2.33
Service Desk Extension for Internal Company , Process & Automation
What is Pfizer SM9 PROD SD V2.33?
Pfizer SM9 PROD SD V2.33 is a Chrome extension developed by Service Manager Automation, and its main feature is "Service Desk Extension for Internal Company , Process & Automation".
Extension Screenshots
Download Pfizer SM9 PROD SD V2.33 Extension CRX File
Download Pfizer SM9 PROD SD V2.33 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.
Extension Basic Information
Name | Pfizer SM9 PROD SD V2.33 |
ID | hojppbncpkehlpedhlkaioikolnejiig |
Official URL | https://chromewebstore.google.com/detail/pfizer-sm9-prod-sd-v233/hojppbncpkehlpedhlkaioikolnejiig |
Description | Service Desk Extension for Internal Company , Process & Automation |
File Size | 170 KB |
Installation Count | 360 |
Current Version | 2.33 |
Last Updated | 2023-11-24 |
Publish Date | 2022-04-20 |
Developer | Service Manager Automation |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pfizer SM9 PROD SD V2.33", "description": "Service Desk Extension for Internal Company , Process & Automation ", "version": "2.33", "author": "Zaki Moulay abdallah - [email protected]", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.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\/*" ] } |