Sparrow DAST Event Clipboard

You can proactively record specific event-taking behaviors for use in Sparrow DAST.

Sparrow DAST Event Clipboardคืออะไร?

Sparrow DAST Event Clipboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sparrowfasoo.com/ และคุณลักษณะหลักของมันคือ "You can proactively record specific event-taking behaviors for use in Sparrow DAST."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sparrow DAST Event Clipboard

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

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

                        The Sparrow DAST event clipboard records specific events, such as sign-in to web pages, is used for vulnerability analysis and replay the identified security vulnerabilities.
If you do not use Sparrow DAST, it will not work properly.
functions:
  • Record events on web pages
  • Replay detected security vulnerabilities                    

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

ชื่อ Sparrow DAST Event Clipboard Sparrow DAST Event Clipboard
ID ikebmfjkmpkaacjablfdfdkonamgijdg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sparrow-dast-event-clipbo/ikebmfjkmpkaacjablfdfdkonamgijdg
คำอธิบาย You can proactively record specific event-taking behaviors for use in Sparrow DAST.
ขนาดไฟล์ 18.51 MB
จำนวนการติดตั้ง 194
เวอร์ชันปัจจุบัน 1.9.2
อัปเดตครั้งล่าสุด 2020-12-15
วันที่เผยแพร่ 2020-06-29
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://sparrowfasoo.com/
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.sparrowfasoo.com/ko/privacy
ภาษาที่รองรับ en,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.9.2",
    "default_locale": "en",
    "icons": {
        "16": "image\/icon16.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/target_keyboard.css"
            ],
            "js": [
                "js\/common\/resource\/string-event.js",
                "js\/common\/resource\/string-general.js",
                "js\/common\/resource\/string-message.js",
                "js\/common\/resource\/string-status.js",
                "js\/common\/resource\/string-storage.js",
                "js\/common\/dto\/config.js",
                "js\/common\/dto\/ecl.js",
                "js\/common\/dto\/ecv.js",
                "js\/common\/dto\/storage.js",
                "js\/common\/dto\/event.js",
                "js\/common\/functional\/notification.js",
                "js\/common\/storage\/record.js",
                "js\/common\/util\/insert-script.js",
                "js\/common\/util\/xpath.js",
                "js\/contentScripts\/propagation-manager.js",
                "js\/contentScripts\/page\/message-handler.js",
                "js\/contentScripts\/page\/prepare-top-page.js"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "plugins\/jquery\/js\/jquery.min.js",
                "js\/contentScripts\/page\/mutation.js",
                "js\/contentScripts\/page\/init-top-page.js",
                "js\/contentScripts\/page\/highlight.js",
                "js\/contentScripts\/plain-event\/evt-click.js",
                "js\/contentScripts\/plain-event\/evt-value-change.js",
                "js\/contentScripts\/plain-event\/evt-select-change.js",
                "js\/contentScripts\/plain-event\/replay-simulation-kit.js",
                "js\/contentScripts\/plain-event\/common-logic.js"
            ],
            "match_about_blank": true,
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": "image\/icon16.png"
    },
    "background": {
        "scripts": [
            "plugins\/jquery\/js\/jquery.min.js",
            "js\/common\/resource\/string-event.js",
            "js\/common\/resource\/string-message.js",
            "js\/common\/resource\/string-status.js",
            "js\/common\/resource\/string-storage.js",
            "js\/common\/resource\/string-general.js",
            "js\/common\/dto\/config.js",
            "js\/common\/dto\/ecv.js",
            "js\/common\/dto\/storage.js",
            "js\/common\/dto\/event.js",
            "js\/common\/storage\/record.js",
            "js\/common\/storage\/dast-server.js",
            "js\/common\/functional\/notification.js",
            "js\/background\/record\/storage.js",
            "js\/background\/record\/storage-target-tracer.js",
            "js\/background\/dast-server\/storage.js",
            "js\/background\/replay\/replayer.js",
            "js\/background\/replay\/window-manager.js",
            "js\/background\/replay\/replay-actor.js",
            "js\/background\/replay\/http-request-sender.js",
            "js\/background\/global-message-interpreter.js",
            "js\/background\/storage-delegator.js",
            "js\/background\/init-background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "plugins\/jquery\/js\/jquery.min.js",
        "js\/common\/dto\/event.js",
        "js\/common\/util\/xpath-utils.js",
        "js\/contentScripts\/plain-event\/common-logic.js",
        "js\/contentScripts\/plain-event\/evt-click.js",
        "js\/contentScripts\/plain-event\/evt-value-change.js",
        "js\/contentScripts\/plain-event\/evt-select-change.js",
        "js\/contentScripts\/plain-event\/replay-simulation-kit.js",
        "js\/contentScripts\/page\/mutation.js",
        "js\/contentScripts\/page\/view.js",
        "js\/contentScripts\/page\/message-handler.js",
        "js\/contentScripts\/page\/init-sub-page.js",
        "css\/contents.css"
    ],
    "permissions": [
        "",
        "tabs",
        "storage",
        "webNavigation",
        "notifications",
        "webRequest",
        "cookies"
    ]
}