Pfizer SM9 PROD SD V2.33
Service Desk Extension for Internal Company , Process & Automation
Wat is Pfizer SM9 PROD SD V2.33?
Pfizer SM9 PROD SD V2.33 is een Chrome-extensie ontwikkeld door Service Manager Automation, en de belangrijkste functie is "Service Desk Extension for Internal Company , Process & Automation".
Extensie Screenshots
Download het CRX-bestand van de extensie Pfizer SM9 PROD SD V2.33
Download Pfizer SM9 PROD SD V2.33-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The service manager extension automates and enhances the user experience using RPAs and region-specific requirements.
Basisinformatie over de Extensie
Naam | Pfizer SM9 PROD SD V2.33 |
ID | hojppbncpkehlpedhlkaioikolnejiig |
Officiële URL | https://chromewebstore.google.com/detail/pfizer-sm9-prod-sd-v233/hojppbncpkehlpedhlkaioikolnejiig |
Beschrijving | Service Desk Extension for Internal Company , Process & Automation |
Bestandsgrootte | 170 KB |
Aantal Installaties | 360 |
Huidige Versie | 2.33 |
Laatst Bijgewerkt | 2023-11-24 |
Publicatiedatum | 2022-04-20 |
Ontwikkelaar | Service Manager Automation |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |