ScribeMonster
Generate scripts with OpenAI in ServiceNow
ScribeMonster là gì?
ScribeMonster là một tiện ích mở rộng Chrome được phát triển bởi https://scribe.monster, và tính năng chính của nó là "Generate scripts with OpenAI in ServiceNow".
Ả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 ScribeMonster
Tải xuống các tệp mở rộng ScribeMonster 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
1. Write code faster with OpenAI integration for ServiceNow 2. Get help from ScribeMonster to edit and complete your code 3. Have ScribeMonster explain your code 4. Add JSDOC comments with ease
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ScribeMonster |
ID | jdibjdmndifkeafbhbajogekgeolmmfh |
URL Chính Thức | https://chromewebstore.google.com/detail/scribemonster/jdibjdmndifkeafbhbajogekgeolmmfh |
Mô tả | Generate scripts with OpenAI in ServiceNow |
Kích Thước Tệp | 495 KB |
Số Lần Cài Đặt | 361 |
Phiên Bản Hiện Tại | 2.5.3 |
Cập Nhật Lần Cuối | 2023-05-04 |
Ngày Phát Hành | 2022-12-07 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://scribe.monster |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://scribe.monster |
URL Trang Trợ Giúp | https://scribe.monster/privacy?section=contact-us |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ScribeMonster", "description": "Generate scripts with OpenAI in ServiceNow", "version": "2.5.3", "permissions": [ "storage" ], "icons": { "48": "src\/48.png", "128": "src\/128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "src\/scribeMonster.png", "24": "src\/scribeMonster.png", "32": "src\/scribeMonster.png" }, "default_title": "Scribe Monster Title" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*.service-now.com\/*", "https:\/\/*.servicenowservices.com\/*" ], "resources": [ "src\/scribeMonster.png" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/*.service-now.com\/*", "https:\/\/*.servicenowservices.com\/*" ], "resources": [ "assets\/content.js.6402553e.js" ], "use_dynamic_url": true } ], "content_scripts": [ { "js": [ "assets\/content-script-loader.content.js.6402553e.2b30f3c1.js" ], "matches": [ "https:\/\/*.service-now.com\/*", "https:\/\/*.servicenowservices.com\/*" ], "all_frames": true, "run_at": "document_end" } ] } |