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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
    }
}