Gorira

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

Gorira क्या है?

Gorira https://livingcolor.fr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension to help you screenshot your web pages and create JIRA tickets"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gorira एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}