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 هو إضافة Chrome تم تطويرها بواسطة Service Manager Automation، والميزة الرئيسية لها هي "Automation & Speed process for Site Services SM9".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Pfizer SM9 PILOT SS 2.32.3

قم بتنزيل ملفات الامتداد Pfizer SM9 PILOT SS 2.32.3 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان 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\/*"
    ]
}