ScribeMonster

Generate scripts with OpenAI in ServiceNow

What is ScribeMonster?

ScribeMonster is a Chrome extension developed by https://scribe.monster, and its main feature is "Generate scripts with OpenAI in ServiceNow".

Extension Screenshots

screenshot
screenshot

Download ScribeMonster Extension CRX File

Download ScribeMonster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name ScribeMonster ScribeMonster
ID jdibjdmndifkeafbhbajogekgeolmmfh
Official URL https://chromewebstore.google.com/detail/scribemonster/jdibjdmndifkeafbhbajogekgeolmmfh
Description Generate scripts with OpenAI in ServiceNow
File Size 495 KB
Installation Count 361
Current Version 2.5.3
Last Updated 2023-05-04
Publish Date 2022-12-07
Rating 5.00/5 Total 1 Ratings
Developer https://scribe.monster
Email [email protected]
Payment Type free
Extension Website https://scribe.monster
Help Page URL https://scribe.monster/privacy?section=contact-us
Supported Languages 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"
        }
    ]
}