Service-Now AutoFrames

Adds frames to new Service-Now tabs

Service-Now AutoFrames là gì?

Service-Now AutoFrames là một tiện ích mở rộng Chrome được phát triển bởi mchowdhury91, và tính năng chính của nó là "Adds frames to new Service-Now tabs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Service-Now AutoFrames

Tải xuống các tệp mở rộng Service-Now AutoFrames dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Service-Now AutoFrames Service-Now AutoFrames
ID kpjifigbglhddllfjjfipdohlgiolohe
URL Chính Thức https://chromewebstore.google.com/detail/service-now-autoframes/kpjifigbglhddllfjjfipdohlgiolohe
Mô tả Adds frames to new Service-Now tabs
Kích Thước Tệp 3.29 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2019-03-17
Ngày Phát Hành 2019-03-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển mchowdhury91
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}