Ybug

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

ما هو Ybug؟

Ybug هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Ybug

قم بتنزيل ملفات الامتداد Ybug بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://ybug.io/docs/troubleshooting
عنوان صفحة سياسة الخصوصية 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
}