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
官方網址 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
    }
}