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”。

擴展截圖

screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Pfizer SM9 PILOT SS 2.32.3 Pfizer SM9 PILOT SS 2.32.3
ID olhocfihbmhjbnpiclghabmkpjnmbnpn
官方網址 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\/*"
    ]
}