Pfizer SM9 PILOT SS 2.32.3
Automation & Speed process for Site Services SM9
Wat is Pfizer SM9 PILOT SS 2.32.3?
Pfizer SM9 PILOT SS 2.32.3 is een Chrome-extensie ontwikkeld door Service Manager Automation, en de belangrijkste functie is "Automation & Speed process for Site Services SM9".
Extensie Screenshots
Download het CRX-bestand van de extensie Pfizer SM9 PILOT SS 2.32.3
Download Pfizer SM9 PILOT SS 2.32.3-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. PILOT Site Services                     Basisinformatie over de Extensie
| Naam |   |  
| ID | olhocfihbmhjbnpiclghabmkpjnmbnpn | 
| Officiële URL | https://chromewebstore.google.com/detail/pfizer-sm9-pilot-ss-2323/olhocfihbmhjbnpiclghabmkpjnmbnpn | 
| Beschrijving | Automation & Speed process for Site Services SM9 | 
| Bestandsgrootte | 101 KB | 
| Aantal Installaties | 110 | 
| Huidige Versie | 2.32.3 | 
| Laatst Bijgewerkt | 2023-11-11 | 
| Publicatiedatum | 2021-01-29 | 
| Ontwikkelaar | Service Manager Automation | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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\/*"
    ]
}  |  |