Pfizer SM9 PROD SD V2.33

Service Desk Extension for Internal Company , Process & Automation

Cos'è Pfizer SM9 PROD SD V2.33?

Pfizer SM9 PROD SD V2.33 è un'estensione di Chrome sviluppata da Service Manager Automation, e la sua funzione principale è "Service Desk Extension for Internal Company , Process & Automation".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pfizer SM9 PROD SD V2.33

Scarica i file di estensione Pfizer SM9 PROD SD V2.33 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The service manager extension automates and enhances the user experience using RPAs and region-specific requirements.                    

Informazioni di Base sull'Estensione

Nome Pfizer SM9 PROD SD V2.33 Pfizer SM9 PROD SD V2.33
ID hojppbncpkehlpedhlkaioikolnejiig
URL Ufficiale https://chromewebstore.google.com/detail/pfizer-sm9-prod-sd-v233/hojppbncpkehlpedhlkaioikolnejiig
Descrizione Service Desk Extension for Internal Company , Process & Automation
Dimensione del File 170 KB
Conteggio Installazioni 360
Versione Corrente 2.33
Ultimo Aggiornamento 2023-11-24
Data di Pubblicazione 2022-04-20
Sviluppatore Service Manager Automation
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}