Sparrow - Website video, tagging, diagnostic tools

Chrome The most powerful recording, capturing, annotation, editing, debugging and more。

Sparrow - Website video, tagging, diagnostic tools क्या है?

Sparrow - Website video, tagging, diagnostic tools sl-ext-dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome The most powerful recording, capturing, annotation, editing, debugging and more。"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sparrow - Website video, tagging, diagnostic tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Powerful screen recording functions that you can use for different scenarios.

If you are a merchant, you can use the plug-in to record fault scenario reenactments, operate scenario consultations and create videos to attract new customers.

If you are a designer, you can use the plug-in to design share, over review and visual inspection.

If you're a developer, you can use the plugin to record code tips, share new features, and troubleshoot quickly.

If you're a tester, you can use plugins to submit bugs, UI and other scenarios.

If you are a product, you can use the plugin to provide some scenario markup, scenarios, and direct interaction with merchants.

If you are a marketer or sales person, you can use the plugin to promote new features, record promos, and instructional videos.                    

एक्सटेंशन की मूल जानकारी

नाम Sparrow - Website video, tagging, diagnostic tools Sparrow - Website video, tagging, diagnostic tools
ID bmlchjiomhnogakphkbgnbobdkacehdd
आधिकारिक URL https://chromewebstore.google.com/detail/sparrow-website-video-tag/bmlchjiomhnogakphkbgnbobdkacehdd
विवरण Chrome The most powerful recording, capturing, annotation, editing, debugging and more。
फ़ाइल का आकार 11.46 MB
स्थापना संख्या 265
वर्तमान संस्करण 1.4.2
अंतिम अपडेट 2024-03-06
प्रकाशन तिथि 2022-11-30
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर sl-ext-dev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.4.2",
    "author": "[email protected]",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "debugger",
        "scripting",
        "tabs",
        "downloads",
        "downloads.shelf",
        "declarativeNetRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "countdown.4abfb078.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.7f229555.js"
            ],
            "run_at": "document_start",
            "css": [
                "content.c53cdc81.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "camera.7f105895.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "root.7976c052.js"
            ],
            "run_at": "document_end",
            "css": [
                "root.12cb8e8b.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval' http:\/\/localhost;object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ffmpeg-core.js",
                "ffmpeg-core.wasm",
                "ffmpeg-core.worker.js",
                "ffmpeg.min.js",
                "resources\/*\/**",
                "sandboxes\/message.html"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "countdown.01a3903e.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "content.d0bb0058.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "camera.8a8958f7.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/ssl.google-analytics.com",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "default_locale": "zh_CN",
    "commands": {
        "start\/stop": {
            "suggested_key": {
                "default": "Alt+G",
                "mac": "Alt+Shift+G"
            },
            "description": "__MSG_extStartStop__"
        },
        "pause\/resume": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Alt+Shift+P"
            },
            "description": "__MSG_extPause__"
        },
        "cancel": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+Shift+C"
            },
            "description": "__MSG_extCancel__"
        },
        "mute\/unmute": {
            "suggested_key": {
                "default": "Alt+M",
                "mac": "Alt+Shift+M"
            },
            "description": "__MSG_extMute__"
        }
    },
    "sandbox": {
        "pages": [
            "sandboxes\/message.html"
        ]
    }
}