Pfizer SM9 PROD SD V2.33

Service Desk Extension for Internal Company , Process & Automation

Pfizer SM9 PROD SD V2.33 là gì?

Pfizer SM9 PROD SD V2.33 là một tiện ích mở rộng Chrome được phát triển bởi Service Manager Automation, và tính năng chính của nó là "Service Desk Extension for Internal Company , Process & Automation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pfizer SM9 PROD SD V2.33

Tải xuống các tệp mở rộng Pfizer SM9 PROD SD V2.33 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The service manager extension automates and enhances the user experience using RPAs and region-specific requirements.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pfizer SM9 PROD SD V2.33 Pfizer SM9 PROD SD V2.33
ID hojppbncpkehlpedhlkaioikolnejiig
URL Chính Thức https://chromewebstore.google.com/detail/pfizer-sm9-prod-sd-v233/hojppbncpkehlpedhlkaioikolnejiig
Mô tả Service Desk Extension for Internal Company , Process & Automation
Kích Thước Tệp 170 KB
Số Lần Cài Đặt 360
Phiên Bản Hiện Tại 2.33
Cập Nhật Lần Cuối 2023-11-24
Ngày Phát Hành 2022-04-20
Nhà Phát Triển Service Manager Automation
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}