DemoMonkey

Custom demo, every demo: Turn your standard demo into a tailored experience for your customers in minutes.

DemoMonkeyคืออะไร?

DemoMonkey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Severin Neumann และคุณลักษณะหลักของมันคือ "Custom demo, every demo: Turn your standard demo into a tailored experience for your customers in minutes."

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

screenshot

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

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

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

                        Giving custom demos in the verticals of your prospects, shows them that you understand their specific requirements and that you did our homework.

Although building meaningful demos is a time-consuming task, so not every demo is setup in the environment of our customers. 

DemoMonkey allows you to turn your software demo in a fully tailored demo for your prospect in minutes: You simply provide text & visual replacements for your application's UI and DemoMonkey turns your generic demo into a personalised experience for your audience.                    

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

ชื่อ DemoMonkey DemoMonkey
ID jgbhioialphpgjgofopnplfibkeehgjd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/demomonkey/jgbhioialphpgjgofopnplfibkeehgjd
คำอธิบาย Custom demo, every demo: Turn your standard demo into a tailored experience for your customers in minutes.
ขนาดไฟล์ 1.21 MB
จำนวนการติดตั้ง 2,672
เวอร์ชันปัจจุบัน 9.0.0
อัปเดตครั้งล่าสุด 2022-12-03
วันที่เผยแพร่ 2020-01-23
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Severin Neumann
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.demomonkey.net/
URL หน้าช่วยเหลือ https://github.com/svrnm/demomonkey/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DemoMonkey",
    "description": "Custom demo, every demo: Turn your standard demo into a tailored experience for your customers in minutes.",
    "version": "9.0.0",
    "author": "Severin Neumann ",
    "homepage_url": "https:\/\/github.com\/svrnm\/DemoMonkey\/",
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "icons": {
        "16": "icons\/monkey_16.png",
        "48": "icons\/monkey_48.png",
        "128": "icons\/monkey_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "manifest.json",
                "COMMITHASH",
                "js\/inline.js",
                "js\/index.js.map"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": "icons\/monkey_16.png",
        "default_title": "DemoMonkey",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "contextMenus",
        "scripting",
        "declarativeNetRequest",
        "alarms"
    ],
    "optional_host_permissions": [
        ""
    ],
    "commands": {
        "live-mode": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+3"
            },
            "description": "Live Mode"
        },
        "debug-mode": {
            "description": "Debug Mode"
        },
        "toggle-hotkey-group-1": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "Toggle Group 1"
        },
        "toggle-hotkey-group-2": {
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "Command+Shift+2"
            },
            "description": "Toggle Group 2"
        },
        "toggle-hotkey-group-3": {
            "description": "Toggle Group 3"
        },
        "toggle-hotkey-group-4": {
            "description": "Toggle Group 4"
        },
        "toggle-hotkey-group-5": {
            "description": "Toggle Group 5"
        },
        "toggle-hotkey-group-6": {
            "description": "Toggle Group 6"
        },
        "toggle-hotkey-group-7": {
            "description": "Toggle Group 7"
        },
        "toggle-hotkey-group-8": {
            "description": "Toggle Group 8"
        },
        "toggle-hotkey-group-9": {
            "description": "Toggle Group 9"
        }
    }
}