Service-Now AutoFrames

Adds frames to new Service-Now tabs

Service-Now AutoFrames क्या है?

Service-Now AutoFrames mchowdhury91 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds frames to new Service-Now tabs"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Service-Now AutoFrames एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}