SN ScriptMaster
Generate powerful ServiceNow scripts with natural language.
SN ScriptMaster là gì?
SN ScriptMaster là một tiện ích mở rộng Chrome được phát triển bởi natespring92, và tính năng chính của nó là "Generate powerful ServiceNow scripts with natural language.".
Ả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 SN ScriptMaster
Tải xuống các tệp mở rộng SN ScriptMaster 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
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SN ScriptMaster |
ID | albdlcdfleolmlgnbellpmpfnagfbpel |
URL Chính Thức | https://chromewebstore.google.com/detail/sn-scriptmaster/albdlcdfleolmlgnbellpmpfnagfbpel |
Mô tả | Generate powerful ServiceNow scripts with natural language. |
Kích Thước Tệp | 13.74 KB |
Số Lần Cài Đặt | 110 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2022-12-10 |
Ngày Phát Hành | 2022-12-08 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | natespring92 |
[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", "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" } } |