Auto Screen Recorder with Log

Automatic screen recorder with logging in real time

Auto Screen Recorder with Log क्या है?

Auto Screen Recorder with Log Effi Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic screen recorder with logging in real time"।

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

screenshot
screenshot

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

crx प्रारूप में Auto Screen Recorder with Log एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Record screen and log automatically in real time.

👍 Key Features
• When the specified URL is opened, the recording starts "automatically." (Sub-URLs are automatically recognized)
• The recorded videos are uploaded in real-time to the web, allowing you to "instantly" review the videos when encountering issues on your website.
• You can play back the recorded videos along with logs.
• You can easily trim the videos and logs and share people via links.

💡 Benefits
• QA Team: 80% reduction in bug reproduction time.
• Development Team: 30% reduction in bug fixing time.

Are you staying up all night trying to find the cause of the bug? We will help you.
We enable you to easily provide high-quality bug reports to the development team.                    

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

नाम Auto Screen Recorder with Log Auto Screen Recorder with Log
ID hdhdfedkgjfhjakjnlmnnkdaajepoofj
आधिकारिक URL https://chromewebstore.google.com/detail/auto-screen-recorder-with/hdhdfedkgjfhjakjnlmnnkdaajepoofj
विवरण Automatic screen recorder with logging in real time
फ़ाइल का आकार 381 KB
स्थापना संख्या 36
वर्तमान संस्करण 1.0.27
अंतिम अपडेट 2023-06-16
प्रकाशन तिथि 2023-05-27
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Effi Inc.
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://app.effi.io/privacy.html
समर्थित भाषाएँ en,uk,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShort__",
    "description": "__MSG_extDesc__",
    "author": "effi",
    "version": "1.0.27",
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApdTWl\/+OCsMzbyoHJ9eFeMjNW1Laq8sJzDwp9T1le2T3VAMyNClNf2U0Czyz5y+ieyQeXLN\/iluNWurLfg8DvY4HHIcr5IVGmqWj7AfafHU9WSLEVp+JFByO+DWM\/0zgcCQnxrF6BPKQO9okGM6p8Gn7oPo+LEj9LrlpcNZIAQ4RB7liUjV66BUfhcnSFN1itSYibMReqIYuvsOfBFG9R0j8n+NWFtFVMhYdysPv1h4DsUpSVbHysLyaK+qMZhbq7OUh3XcJ2TjBATP9MiKBh2QmEtC9evfTvYJfpKQ3nhrh7RqhaEWA83fHFHmcQJ0QGRvC709P37Q+LAImfkSLBQIDAQAB",
    "manifest_version": 3,
    "homepage_url": "https:\/\/effi.io",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "world": "MAIN",
            "js": [
                "scripts\/logger.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/effi-64x64.png",
            "22": "images\/effi-64x64.png",
            "32": "images\/effi-64x64.png"
        },
        "default_title": "",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/effi-16x16.png",
        "32": "images\/effi-32x32.png",
        "64": "images\/effi-64x64.png"
    },
    "permissions": [
        "nativeMessaging",
        "storage",
        "tabs",
        "scripting",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*.effi.io\/*",
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "ids": [],
        "matches": [
            "https:\/\/*.effi.io\/*"
        ],
        "accepts_tls_channel_id": false
    }
}