Pfizer SM9 PILOT SS 2.32.3
Automation & Speed process for Site Services SM9
Cos'è Pfizer SM9 PILOT SS 2.32.3?
Pfizer SM9 PILOT SS 2.32.3 è un'estensione di Chrome sviluppata da Service Manager Automation, e la sua funzione principale è "Automation & Speed process for Site Services SM9".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pfizer SM9 PILOT SS 2.32.3
Scarica i file di estensione Pfizer SM9 PILOT SS 2.32.3 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. PILOT Site Services
Informazioni di Base sull'Estensione
Nome | Pfizer SM9 PILOT SS 2.32.3 |
ID | olhocfihbmhjbnpiclghabmkpjnmbnpn |
URL Ufficiale | https://chromewebstore.google.com/detail/pfizer-sm9-pilot-ss-2323/olhocfihbmhjbnpiclghabmkpjnmbnpn |
Descrizione | Automation & Speed process for Site Services SM9 |
Dimensione del File | 101 KB |
Conteggio Installazioni | 110 |
Versione Corrente | 2.32.3 |
Ultimo Aggiornamento | 2023-11-11 |
Data di Pubblicazione | 2021-01-29 |
Sviluppatore | Service Manager Automation |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |