Gorira

A chrome extension to help you screenshot your web pages and create JIRA tickets

Gorira란 무엇입니까?

Gorira은(는) https://livingcolor.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension to help you screenshot your web pages and create JIRA tickets"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        With this extension, you'll be able to supercharge your Jira, but not only! It's now possible to save your screenshot in the cloud and share it!
The features of this extension:
- Take a screenshot from your web page
- Paste a screenshot from another browser or desktop app
- Edit your current web page
Once done, you can :
- Comment
- add arrows
- Highlight content
- Add circles, trianges or squares to emphasize areas of your screenshot
- crop a region
- Add text
- Add icons
After this step, you'll be able to :
- Save your content as a png
- Copy it to clipboard
- Share your annotated screenshot in the cloud!
- Create a Jira Ticket !

For the Jira ticket, just enter a summary + a description and you're good to go :
- A new ticket will be created including your summary, and your description appended with the screenshot + url of the page + the user-agent infos (don't forget to fill in the settings for Jira)                    

확장 프로그램 기본 정보

이름 Gorira Gorira
ID cecnfapbjmhpdclpafgkhloldnlempfp
공식 URL https://chromewebstore.google.com/detail/gorira/cecnfapbjmhpdclpafgkhloldnlempfp
설명 A chrome extension to help you screenshot your web pages and create JIRA tickets
파일 크기 1.03 MB
설치 횟수 224
현재 버전 2.3.1
최근 업데이트 2023-04-12
출시 날짜 2020-05-16
평점 5.00/5 총 1 개의 평점
개발자 https://livingcolor.fr
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://livingcolor.fr/
개인정보 보호 정책 페이지 URL https://www.livingcolor.fr/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension to help you screenshot your web pages and create JIRA tickets",
    "version": "2.3.1",
    "manifest_version": 3,
    "name": "Gorira",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon32.png"
    },
    "icons": {
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon128.png",
                "icon32.png"
            ],
            "matches": []
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ]
}