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은(는) Zepel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Zepel Capture 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/#"
    ]
}