Service-Now AutoFrames

Adds frames to new Service-Now tabs

ما هو Service-Now AutoFrames؟

Service-Now AutoFrames هو إضافة Chrome تم تطويرها بواسطة mchowdhury91، والميزة الرئيسية لها هي "Adds frames to new Service-Now tabs".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Service-Now AutoFrames

قم بتنزيل ملفات الامتداد Service-Now AutoFrames بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This is a simple extension that adds the appropriate Service-Now frames to any Service-Now list or record you open up in a new tab. 

For example, when you normally open up the "Incidents - All" page in a new tab, it opens up a new tab with just the  list of incidents without the Application Filter or any other part of the navigation frame. This extension adds the navigation frame back in when you open a Service-Now link in a new tab.                    

معلومات أساسية عن التمديد

الاسم Service-Now AutoFrames Service-Now AutoFrames
ID kpjifigbglhddllfjjfipdohlgiolohe
عنوان URL الرسمي https://chromewebstore.google.com/detail/service-now-autoframes/kpjifigbglhddllfjjfipdohlgiolohe
الوصف Adds frames to new Service-Now tabs
حجم الملف 3.29 KB
عدد التثبيتات 93
النسخة الحالية 0.1
آخر تحديث 2019-03-17
تاريخ النشر 2019-03-16
تقييم 5.00/5 مجموع تقييمات 1
المطور mchowdhury91
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Service-Now AutoFrames",
    "version": "0.1",
    "description": "Adds frames to new Service-Now tabs",
    "permissions": [
        "tabs",
        "webRequest",
        "*:\/\/*.service-now.com\/*",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}