Pfizer SM9 PROD SD V2.33
Service Desk Extension for Internal Company , Process & Automation
什麼是Pfizer SM9 PROD SD V2.33?
Pfizer SM9 PROD SD V2.33是由Service Manager Automation開發的Chrome擴展程式,該擴展的主要功能是“Service Desk Extension for Internal Company , Process & Automation”。
擴展截圖
下載Pfizer SM9 PROD SD V2.33擴展crx文件
下載Pfizer SM9 PROD SD V2.33擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        The service manager extension automates and enhances the user experience using RPAs and region-specific requirements.                     擴展基本資訊
| 名稱 |   |  
| ID | hojppbncpkehlpedhlkaioikolnejiig | 
| 官方網址 | https://chromewebstore.google.com/detail/pfizer-sm9-prod-sd-v233/hojppbncpkehlpedhlkaioikolnejiig | 
| 簡介 | Service Desk Extension for Internal Company , Process & Automation | 
| 檔案大小 | 170 KB | 
| 安裝次數 | 360 | 
| 目前版本 | 2.33 | 
| 更新時間 | 2023-11-24 | 
| 上架時間 | 2022-04-20 | 
| 開發者 | Service Manager Automation | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pfizer SM9 PROD SD V2.33",
    "description": "Service Desk Extension for Internal Company , Process & Automation ",
    "version": "2.33",
    "author": "Zaki Moulay abdallah - [email protected]",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.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\/*"
    ]
}  |  |