Zepel Capture

Capture screenshot, edit the image, and finally paste the edited image anywhere or send it as an attachment to your Zepel account.

Τι είναι το Zepel Capture;

Το Zepel Capture είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Zepel, και η κύρια λειτουργία του είναι "Capture screenshot, edit the image, and finally paste the edited image anywhere or send it as an attachment to your Zepel account.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This makes it effortless for software product teams to report bugs, request changes, and suggest corrections to their team. The best part is, you can do all of this without saving multiple screenshot files to your desktop.

What does this extension do?

The Zepel Capture extension allows you to capture screenshot and edit the image. 

You can capture:

- Only the visible part of the page.
- A selected area on the page.
- The entire page.

After you’ve edited the image, you can:

Copy the edited image to clipboard and paste it anywhere
Send the edited image to Zepel by creating a new work item. The edited image will be uploaded to the item as an attachment.

Below are 11 different image editing capabilities available in this extension:

- Crop the image
- Draw a square
- Draw a circle
- Draw an arrow
- Draw a line
- Use pencil
- Use brush strokes
- Blur the image
- Add text
- Colour picker
- Undo last action

Why should you integrate with Zepel?

Zepel is a project management tool for software product teams.

By integrating with Zepel, you can upload the edited image as an attachment to any bug or task. This is useful to report new bugs or request changes from your development team.                    

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

Όνομα Zepel Capture Zepel Capture
ID gdaolpfjnepcmcgfjmjdfgmdbkifdpcp
Επίσημο URL https://chromewebstore.google.com/detail/zepel-capture/gdaolpfjnepcmcgfjmjdfgmdbkifdpcp
Περιγραφή Capture screenshot, edit the image, and finally paste the edited image anywhere or send it as an attachment to your Zepel account.
Μέγεθος Αρχείου 255 KB
Αριθμός Εγκαταστάσεων 45
Τρέχουσα Έκδοση 1.0.0.1
Τελευταία Ενημέρωση 2020-09-07
Ημερομηνία Δημοσίευσης 2020-08-19
Αξιολόγηση 5.00/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής Zepel
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://zepel.io/
URL της Σελίδας Πολιτικής Απορρήτου http://zepel.io/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon32.png",
        "default_popup": "popup.html",
        "default_title": "Zepel Capture"
    },
    "default_locale": "en",
    "description": "Capture screenshot, edit the image, and finally paste the edited image anywhere or send it as an attachment to your Zepel account.",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "37.0",
    "name": "Zepel Capture",
    "permissions": [
        "activeTab",
        "desktopCapture",
        "https:\/\/*.zepel.io\/"
    ],
    "version": "1.0.0.1",
    "web_accessible_resources": [
        "images\/success.gif",
        "images\/icon32.png",
        "chrome-extension:\/\/nlpijfidodaooggfpobkofgcedonamgd\/#"
    ]
}