ServiceNow Helper

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

Apa itu ServiceNow Helper?

ServiceNow Helper adalah ekstensi Chrome yang dikembangkan oleh Dennis, dan fitur utamanya adalah "ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ServiceNow Helper

Unduh file ekstensi ServiceNow Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ServiceNow Helper ServiceNow Helper
ID eepchnnogblhpifamaeejlpkigkcjkke
URL Resmi https://chromewebstore.google.com/detail/servicenow-helper/eepchnnogblhpifamaeejlpkigkcjkke
Deskripsi ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.
Ukuran File 79.85 KB
Jumlah Instalasi 167
Versi Saat Ini 1.5.5
Terakhir Diperbarui 2022-03-01
Tanggal Publikasi 2020-04-03
Pengembang Dennis
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}