SN ScriptMaster

Generate powerful ServiceNow scripts with natural language.

Apa itu SN ScriptMaster?

SN ScriptMaster adalah ekstensi Chrome yang dikembangkan oleh natespring92, dan fitur utamanya adalah "Generate powerful ServiceNow scripts with natural language.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SN ScriptMaster

Unduh file ekstensi SN ScriptMaster 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

                        SN ScriptMaster is the perfect solution for streamlining and automating your development processes. With just a few simple clicks, you can easily create custom scripts from natural language that can be used to automate a wide range of tasks within ServiceNow. 

Need to find all of the Computer records on the cmdb_ci_computer table that are assigned to "John Cena" and update the location to Building C? 
No problem! SN ScriptMaster will generate a script for you to use immediately. 

Try it out today and see the benefits for yourself!                    

Informasi Dasar Ekstensi

Nama SN ScriptMaster SN ScriptMaster
ID albdlcdfleolmlgnbellpmpfnagfbpel
URL Resmi https://chromewebstore.google.com/detail/sn-scriptmaster/albdlcdfleolmlgnbellpmpfnagfbpel
Deskripsi Generate powerful ServiceNow scripts with natural language.
Ukuran File 13.74 KB
Jumlah Instalasi 110
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2022-12-10
Tanggal Publikasi 2022-12-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang natespring92
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SN ScriptMaster",
    "description": "Generate powerful ServiceNow scripts with natural language.",
    "version": "0.0.3",
    "author": "Nate Spring",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "SN ScriptMaster"
    }
}