Pfizer SM9 PROD SD V2.33
Service Desk Extension for Internal Company , Process & Automation
Qu'est-ce que Pfizer SM9 PROD SD V2.33 ?
Pfizer SM9 PROD SD V2.33 est une extension Chrome développée par Service Manager Automation, et sa fonction principale est "Service Desk Extension for Internal Company , Process & Automation".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pfizer SM9 PROD SD V2.33
Téléchargez les fichiers d'extension Pfizer SM9 PROD SD V2.33 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The service manager extension automates and enhances the user experience using RPAs and region-specific requirements.
Informations de Base sur l'Extension
Nom | Pfizer SM9 PROD SD V2.33 |
ID | hojppbncpkehlpedhlkaioikolnejiig |
URL Officiel | https://chromewebstore.google.com/detail/pfizer-sm9-prod-sd-v233/hojppbncpkehlpedhlkaioikolnejiig |
Description | Service Desk Extension for Internal Company , Process & Automation |
Taille du Fichier | 170 KB |
Nombre d'Installations | 360 |
Version Actuelle | 2.33 |
Dernière Mise à Jour | 2023-11-24 |
Date de Publication | 2022-04-20 |
Développeur | Service Manager Automation |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |