Pfizer SM9 PILOT SS 2.32.3
Automation & Speed process for Site Services SM9
O que é Pfizer SM9 PILOT SS 2.32.3?
Pfizer SM9 PILOT SS 2.32.3 é uma extensão do Chrome desenvolvida por Service Manager Automation, e sua principal característica é "Automation & Speed process for Site Services SM9".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pfizer SM9 PILOT SS 2.32.3
Baixe arquivos de extensão Pfizer SM9 PILOT SS 2.32.3 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
The service manager extension automates and enhances the user experience using RPAs and region-specific requirements. PILOT Site Services
Informações Básicas da Extensão
Nome | Pfizer SM9 PILOT SS 2.32.3 |
ID | olhocfihbmhjbnpiclghabmkpjnmbnpn |
URL Oficial | https://chromewebstore.google.com/detail/pfizer-sm9-pilot-ss-2323/olhocfihbmhjbnpiclghabmkpjnmbnpn |
Descrição | Automation & Speed process for Site Services SM9 |
Tamanho do Arquivo | 101 KB |
Contagem de Instalações | 110 |
Versão Atual | 2.32.3 |
Última Atualização | 2023-11-11 |
Data de Publicação | 2021-01-29 |
Desenvolvedor | Service Manager Automation |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |