Capture for Trello

Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.

Qu'est-ce que Capture for Trello ?

Capture for Trello est une extension Chrome développée par Marker.io, et sa fonction principale est "Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Capture for Trello

Téléchargez les fichiers d'extension Capture for Trello 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 screenshot and report visual bugs directly into Trello, without leaving your website or web app.

Take a screenshot of any webpage, draw annotations and create a Trello card in seconds. 
It's like creating a Trello card by drawing with a marker on your screen.

Capture for Trello is 100% free.

For premium features like the ability to automatically attach URL, browser, OS and screen size to your Trello cards, check out Marker.io for Trello (https://marker.io/trello).                    

Informations de Base sur l'Extension

Nom Capture for Trello Capture for Trello
ID kclmblojjeedhebmlokdjeiogppjkfih
URL Officiel https://chrome.google.com/webstore/detail/capture-for-trello/kclmblojjeedhebmlokdjeiogppjkfih
Description Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.
Taille du Fichier 50.6 KB
Nombre d'Installations 3,849
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-07-26
Date de Publication 2019-07-26
Évaluation 3.07/5 Total 44 Évaluations
Développeur Marker.io
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://marker.io/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Capture for Trello",
    "description": "Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.",
    "version": "1.0.0",
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "16": "icon.png",
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "[email protected]",
        "default_title": "Create a card"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "cardCreate.html"
    ]
}