Ybug

Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more...

Ybug क्या है?

Ybug https://ybug.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more..."।

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

screenshot
screenshot

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

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

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

                        Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more...  

Get our brilliantly simple Feedback Widget for end users and a browser extension for testers and web developers (browser extension functionality now available for non-registered users, too!).  

Collect feedback, suggestions and bug reports from your users, clients and teammates. Take screenshot of your current page, annotate it and send it to 20+ bug tracking or project management tools such as Asana, GitHub, Trello, Jira... Ybug automatically includes browser and environment details for you.                    

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

नाम Ybug Ybug
ID ejgicblnpmmjckfnhkpkbkbelpkoihch
आधिकारिक URL https://chromewebstore.google.com/detail/ybug/ejgicblnpmmjckfnhkpkbkbelpkoihch
विवरण Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more...
फ़ाइल का आकार 51.71 KB
स्थापना संख्या 1,219
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2022-02-24
प्रकाशन तिथि 2019-05-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://ybug.io
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://ybug.io
सहायता पृष्ठ URL https://ybug.io/docs/troubleshooting
गोपनीयता नीति पृष्ठ URL https://ybug.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more...",
    "version": "1.1.0",
    "name": "Ybug",
    "short_name": "Ybug",
    "author": "Ybug",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "annotate.bundle.js"
            ],
            "matches": [
                "*:\/\/ybug-dev.io\/*",
                "*:\/\/ybug.io\/*"
            ]
        },
        {
            "js": [
                "content.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/ybug-dev.io\/*",
            "*:\/\/ybug.io\/*"
        ]
    },
    "browser_action": {
        "default_icon": "icon-32.png",
        "default_title": "Ybug (Alt+Y)"
    },
    "commands": {
        "_execute_browser_action": {
            "description": "Take screenshot",
            "suggested_key": {
                "default": "Alt+Y",
                "mac": "Alt+Y"
            }
        }
    },
    "permissions": [
        "",
        "activeTab",
        "*:\/\/ybug-dev.io\/*",
        "*:\/\/ybug.io\/*"
    ],
    "manifest_version": 2
}