Pfizer SM9 PILOT SS 2.32.3
Automation & Speed process for Site Services SM9
什么是Pfizer SM9 PILOT SS 2.32.3?
Pfizer SM9 PILOT SS 2.32.3是由Service Manager Automation开发的Chrome扩展程序,该扩展的主要功能是“Automation & Speed process for Site Services SM9”。
扩展截图
下载Pfizer SM9 PILOT SS 2.32.3扩展crx文件
下载Pfizer SM9 PILOT SS 2.32.3扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        The service manager extension automates and enhances the user experience using RPAs and region-specific requirements. PILOT Site Services                     扩展基本信息
| 名称 |   |  
| ID | olhocfihbmhjbnpiclghabmkpjnmbnpn | 
| 官方URL | https://chromewebstore.google.com/detail/pfizer-sm9-pilot-ss-2323/olhocfihbmhjbnpiclghabmkpjnmbnpn | 
| 简介 | Automation & Speed process for Site Services SM9 | 
| 文件大小 | 101 KB | 
| 安装次数 | 110 | 
| 当前版本 | 2.32.3 | 
| 更新时间 | 2023-11-11 | 
| 上架时间 | 2021-01-29 | 
| 开发者 | Service Manager Automation | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | 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\/*"
    ]
}  |  |