Pfizer SM9 PILOT SS 2.32.3

Automation & Speed process for Site Services SM9

Qu'est-ce que Pfizer SM9 PILOT SS 2.32.3 ?

Pfizer SM9 PILOT SS 2.32.3 est une extension Chrome développée par Service Manager Automation, et sa fonction principale est "Automation & Speed process for Site Services SM9".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pfizer SM9 PILOT SS 2.32.3

Téléchargez les fichiers d'extension Pfizer SM9 PILOT SS 2.32.3 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. PILOT Site Services                    

Informations de Base sur l'Extension

Nom Pfizer SM9 PILOT SS 2.32.3 Pfizer SM9 PILOT SS 2.32.3
ID olhocfihbmhjbnpiclghabmkpjnmbnpn
URL Officiel https://chromewebstore.google.com/detail/pfizer-sm9-pilot-ss-2323/olhocfihbmhjbnpiclghabmkpjnmbnpn
Description Automation & Speed process for Site Services SM9
Taille du Fichier 101 KB
Nombre d'Installations 110
Version Actuelle 2.32.3
Dernière Mise à Jour 2023-11-11
Date de Publication 2021-01-29
Développeur Service Manager Automation
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pfizer SM9 PILOT SS 2.32.3",
    "description": "Automation & Speed process for Site Services SM9",
    "version": "2.32.3",
    "author": "Zaki Moulay abdallah - [email protected] ",
    "icons": {
        "16": "icon.png",
        "48": "icon48.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\/*"
    ]
}