Pfizer SM9 PROD SD V2.33
Service Desk Extension for Internal Company , Process & Automation
Apa itu Pfizer SM9 PROD SD V2.33?
Pfizer SM9 PROD SD V2.33 adalah ekstensi Chrome yang dikembangkan oleh Service Manager Automation, dan fitur utamanya adalah "Service Desk Extension for Internal Company , Process & Automation".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pfizer SM9 PROD SD V2.33
Unduh file ekstensi Pfizer SM9 PROD SD V2.33 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
The service manager extension automates and enhances the user experience using RPAs and region-specific requirements.
Informasi Dasar Ekstensi
Nama | Pfizer SM9 PROD SD V2.33 |
ID | hojppbncpkehlpedhlkaioikolnejiig |
URL Resmi | https://chromewebstore.google.com/detail/pfizer-sm9-prod-sd-v233/hojppbncpkehlpedhlkaioikolnejiig |
Deskripsi | Service Desk Extension for Internal Company , Process & Automation |
Ukuran File | 170 KB |
Jumlah Instalasi | 360 |
Versi Saat Ini | 2.33 |
Terakhir Diperbarui | 2023-11-24 |
Tanggal Publikasi | 2022-04-20 |
Pengembang | Service Manager Automation |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |