Service-Now AutoFrames

Adds frames to new Service-Now tabs

Service-Now AutoFrames란 무엇입니까?

Service-Now AutoFrames은(는) mchowdhury91에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds frames to new Service-Now tabs"입니다.

확장 프로그램 스크린샷

Service-Now AutoFrames 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}