Capture for Trello

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

Τι είναι το Capture for Trello;

Το Capture for Trello είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Marker.io, και η κύρια λειτουργία του είναι "Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Capture for Trello

Λήψη αρχείων επέκτασης Capture for Trello σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Capture for Trello Capture for Trello
ID kclmblojjeedhebmlokdjeiogppjkfih
Επίσημο URL https://chrome.google.com/webstore/detail/capture-for-trello/kclmblojjeedhebmlokdjeiogppjkfih
Περιγραφή Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.
Μέγεθος Αρχείου 50.6 KB
Αριθμός Εγκαταστάσεων 3,849
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2019-07-26
Ημερομηνία Δημοσίευσης 2019-07-26
Αξιολόγηση 3.07/5 Συνολικά 44 Αξιολογήσεις
Προγραμματιστής Marker.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://marker.io/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
    ]
}