Ybug

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

Qu'est-ce que Ybug ?

Ybug est une extension Chrome développée par https://ybug.io, et sa fonction principale est "Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more...".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Ybug

Téléchargez les fichiers d'extension Ybug au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ybug Ybug
ID ejgicblnpmmjckfnhkpkbkbelpkoihch
URL Officiel https://chromewebstore.google.com/detail/ybug/ejgicblnpmmjckfnhkpkbkbelpkoihch
Description Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more...
Taille du Fichier 51.71 KB
Nombre d'Installations 1,219
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-02-24
Date de Publication 2019-05-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://ybug.io
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://ybug.io
URL de la Page d'Aide https://ybug.io/docs/troubleshooting
URL de la Page de Politique de Confidentialité https://ybug.io/privacy-policy
Langues Prises en Charge 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
}