Pfizer SM9 PROD SD V2.33
Service Desk Extension for Internal Company , Process & Automation
Was ist Pfizer SM9 PROD SD V2.33?
Pfizer SM9 PROD SD V2.33 ist eine Chrome-Erweiterung, die von Service Manager Automation entwickelt wurde, und ihr Hauptmerkmal ist "Service Desk Extension for Internal Company , Process & Automation".
Erweiterungsscreenshots
Pfizer SM9 PROD SD V2.33-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pfizer SM9 PROD SD V2.33-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        The service manager extension automates and enhances the user experience using RPAs and region-specific requirements.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | hojppbncpkehlpedhlkaioikolnejiig | 
| Offizielle URL | https://chromewebstore.google.com/detail/pfizer-sm9-prod-sd-v233/hojppbncpkehlpedhlkaioikolnejiig | 
| Beschreibung | Service Desk Extension for Internal Company , Process & Automation | 
| Dateigröße | 170 KB | 
| Installationsanzahl | 360 | 
| Aktuelle Version | 2.33 | 
| Letztes Update | 2023-11-24 | 
| Veröffentlichungsdatum | 2022-04-20 | 
| Entwickler | Service Manager Automation | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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\/*"
    ]
}  |  |