SN ScriptMaster

Generate powerful ServiceNow scripts with natural language.

SN ScriptMasterคืออะไร?

SN ScriptMaster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย natespring92 และคุณลักษณะหลักของมันคือ "Generate powerful ServiceNow scripts with natural language."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SN ScriptMaster

ดาวน์โหลดไฟล์ส่วนขยาย SN ScriptMaster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SN ScriptMaster SN ScriptMaster
ID albdlcdfleolmlgnbellpmpfnagfbpel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sn-scriptmaster/albdlcdfleolmlgnbellpmpfnagfbpel
คำอธิบาย Generate powerful ServiceNow scripts with natural language.
ขนาดไฟล์ 13.74 KB
จำนวนการติดตั้ง 110
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2022-12-10
วันที่เผยแพร่ 2022-12-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา natespring92
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}