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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย helpdesk.sbm และคุณลักษณะหลักของมันคือ "Modify the user-agent string sent with HTTP requests to include SBM for ADFS SSO."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SBM User-Agent Changer

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}