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」です。
拡張機能のスクリーンショット
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                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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\/*"
    ]
}  |  |