ScribeMonster

Generate scripts with OpenAI in ServiceNow

ScribeMonsterคืออะไร?

ScribeMonster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://scribe.monster และคุณลักษณะหลักของมันคือ "Generate scripts with OpenAI in ServiceNow"

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

screenshot
screenshot

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

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

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

                        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                    

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

ชื่อ ScribeMonster ScribeMonster
ID jdibjdmndifkeafbhbajogekgeolmmfh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scribemonster/jdibjdmndifkeafbhbajogekgeolmmfh
คำอธิบาย Generate scripts with OpenAI in ServiceNow
ขนาดไฟล์ 495 KB
จำนวนการติดตั้ง 361
เวอร์ชันปัจจุบัน 2.5.3
อัปเดตครั้งล่าสุด 2023-05-04
วันที่เผยแพร่ 2022-12-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://scribe.monster
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://scribe.monster
URL หน้าช่วยเหลือ https://scribe.monster/privacy?section=contact-us
ภาษาที่รองรับ 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"
        }
    ]
}