ServiceNow Helper

ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.

ServiceNow Helper là gì?

ServiceNow Helper là một tiện ích mở rộng Chrome được phát triển bởi Dennis, và tính năng chính của nó là "ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ServiceNow Helper

Tải xuống các tệp mở rộng ServiceNow Helper 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

                        Current features:

- New in v1.5: Add notes to your instances.

- Open your ServiceNow instances with one click.
- Switch easily and fast between instances.
- Measure client-side dashboard performance on a Service Portal.
- Add the Application navigator when it's not shown.

There are no customizations needed on your ServiceNow instances for this extension to work.                    

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

Tên ServiceNow Helper ServiceNow Helper
ID eepchnnogblhpifamaeejlpkigkcjkke
URL Chính Thức https://chromewebstore.google.com/detail/servicenow-helper/eepchnnogblhpifamaeejlpkigkcjkke
Mô tả ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.
Kích Thước Tệp 79.85 KB
Số Lần Cài Đặt 167
Phiên Bản Hiện Tại 1.5.5
Cập Nhật Lần Cuối 2022-03-01
Ngày Phát Hành 2020-04-03
Nhà Phát Triển Dennis
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.5",
    "name": "ServiceNow Helper",
    "short_name": "SN Helper",
    "author": "OneStarter",
    "description": "ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}