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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}