SBM User-Agent Changer

Modify the user-agent string sent with HTTP requests to include SBM for ADFS SSO.

SBM User-Agent Changerとは何ですか?

SBM User-Agent Changerはhelpdesk.sbmによって開発されたChromeの拡張機能で、その主な機能は「Modify the user-agent string sent with HTTP requests to include SBM for ADFS SSO.」です。

拡張機能のスクリーンショット

screenshot

SBM User-Agent Changer拡張機能のCRXファイルをダウンロード

SBM User-Agent Changer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        All SBMers that use Chrome are encouraged to install this extension to enjoy a full SSO experience.                    

拡張機能の基本情報

名前 SBM User-Agent Changer SBM User-Agent Changer
ID gnokijpkcfmacjjceflmielfdpakpioh
公式URL https://chromewebstore.google.com/detail/sbm-user-agent-changer/gnokijpkcfmacjjceflmielfdpakpioh
説明 Modify the user-agent string sent with HTTP requests to include SBM for ADFS SSO.
ファイルサイズ 10.94 KB
インストール数 79
現在のバージョン 0.1
最終更新日 2015-01-11
公開日 2015-01-11
評価 1.00/5 合計 1 レビュー
開発者 helpdesk.sbm
支払い方法 free
拡張機能のウェブサイト http://www.sbm.com.sa
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SBM User-Agent Changer",
    "version": "0.1",
    "description": "Modify the user-agent string sent with HTTP requests to include SBM for ADFS SSO.",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "bgp.js"
        ],
        "persistent": true
    }
}