Usersnap - Capture visual feedback & bugs

Capture your screen, collect user feedback, and track bugs reports on any website, prototype, or application.

Usersnap - Capture visual feedback & bugs क्या है?

Usersnap - Capture visual feedback & bugs https://usersnap.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture your screen, collect user feedback, and track bugs reports on any website, prototype, or application."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Usersnap - Capture visual feedback & bugs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Send feedback and report bugs on any website with screenshots and annotations directly in the browser. 
 
Usersnap (https://usersnap.com/) makes it easier for digital product teams to do user acceptance tests (UAT) and communicate design and development feedback. 
 
Microsoft, Canva and other software companies streamline QA and user feedback workflows with Usersnap.

Usersnap can integrate with 50+ third-party solutions, such as…
Jira
Slack
Zapier
Wordpress
Intercom

Top 5 Features

1. In-Browser Screenshots: you’ll get a screenshot of what your users experience. Quickly uncover browser-specific issues.

2. No-Code Installation: with the browser extension, there’s no need to install any additional code on your site/app.

3. Collaborate & Communicate: assign and track each item in Usersnap with your team. Add labels, attachments and comments to work better together.

4. Console Log Errors: client-side javascript errors are captured with the screenshot. Minimize your time troubleshooting.

5. Metadata Analyzed: Usersnap automatically includes the environment data to the tickets. URL, browser info, screen size, time, and location are some examples. 

Plans

Free for 15 days (no credit card needed!)                    

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

नाम Usersnap - Capture visual feedback & bugs Usersnap - Capture visual feedback & bugs
ID khehmhbaabkepkojebhcpjifcmojdmgd
आधिकारिक URL https://chromewebstore.google.com/detail/usersnap-capture-visual-f/khehmhbaabkepkojebhcpjifcmojdmgd
विवरण Capture your screen, collect user feedback, and track bugs reports on any website, prototype, or application.
फ़ाइल का आकार 1.15 MB
स्थापना संख्या 7,895
वर्तमान संस्करण 3.0.1
अंतिम अपडेट 2023-01-16
प्रकाशन तिथि 2020-06-20
रेटिंग 4.69/5 कुल 35 रेटिंग्स
डेवलपर https://usersnap.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://usersnap.com/?gat=chrome_extension
सहायता पृष्ठ URL https://help.usersnap.com/
गोपनीयता नीति पृष्ठ URL https://usersnap.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "Usersnap",
    "description": "__MSG_appDescription__",
    "version": "3.0.1",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Usersnap",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.usersnap.com\/browser-extension\/"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/usersnap.com\/*",
        "*:\/\/*.usersnap.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh9xwbIaPTCliXihJy4g7QWgaahBFQECYYF1npUKwlNwk0xza2EaY4IwfNluQsQ0DWHR\/lzx34JyPXgHVOGpveKNENyE4NiSm4ZYhHzCYvVsii3lpE0s0s2Ox9xWMddi+AFMOPbeEL+PenFD7z2rdFq4uL5to8PPUOmwTkU5UwnSXFwxxGnTi3e1VldGOPMflgQGLpNVXOmdYHIjWUC99B6Fi7fnMMTqVV4i3xgl3oPiCSZqm4fd0SBKtsYX0pdTgGjQfyR8x3cjWCiL49aW1Q89XPoYY4Yolky2ms59JPHFbr9t\/JRzoYztexS+eRMEoXld2H2z0noK0xmyA+ovvWwIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}