Jira Issue Creator in Chrome - Screen&Draw

💡 Seamless Bug Reporting and Issue Creation: Send Visual Feedback Straight to Jira from Your Webpage

¿Qué es Jira Issue Creator in Chrome - Screen&Draw?

Jira Issue Creator in Chrome - Screen&Draw es una extensión de Chrome desarrollada por https://saasjet.com, y su función principal es "💡 Seamless Bug Reporting and Issue Creation: Send Visual Feedback Straight to Jira from Your Webpage".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Jira Issue Creator in Chrome - Screen&Draw

Descarga archivos de extensión Jira Issue Creator in Chrome - Screen&Draw en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        💡 Seamless Bug Reporting: Send Visual Feedback Straight to Jira from Your Webpage

🐛 Report bugs faster⚡Create visual feedback
📷 Take screenshots ✏️ Mark up with annotation tools - pen, geometric shapes, highlighter, etc.
🕸️ Link visual web elements to Jira issues
⏺ Screen video record and send it in Jira tasks


► Speed up bug reporting: streamline the creation process
Supercharge bug reporting with Issue Creator integration: rapidly report and create visual feedback in Jira! Boost your efficiency by creating issues 10x faster.


► Capture, annotate, and send with a click in Jira!
Make bugs visible! Capture and illustrate visual bugs on your webpage effortlessly. Take a screenshot, annotate it, submit the issue form, and seamlessly continue browsing, all within your website.


►Effortlessly capture and share videos within Jira issues in seconds
Enhanced bug reports or creative ideas in Jira Product Discovery: easily record web page videos in just a few clicks and seamlessly attach them to Jira tasks.


► Achieve perfect workflow sync: link visual web elements to Jira issues
Enhance collaboration with your teammates by connecting visual web elements to Jira issues.

TaskCompose allows you to create issues in any Jira project:
► Jira Software
► Jira Work Management
► Jira Service Management
► Jira Product Discovery

✅ Main features:
●Effortlessly create visual feedback and bug reports while maintaining focus on your website
●Use the power of visual communication by capturing and annotating screenshots
●Be sure that your unsaved tasks are stored in drafts always
●Establish a seamless sync with your team's work scoping by connecting visual web elements to Jira issues

✔ THE SUIT OF Issue Creator for Jira Cloud  APPS
 
To get even more possibilities for extension functionality, you need to download the app from the Atlassian Marketplace. Here is a 30-day trial to check if the app is good for you.

[Atlassian Marketplace]:

https://marketplace.atlassian.com/apps/1231078/task-compose-for-jira-cloud?tab=overview&hosting=cloud

[ If you need any assistance or want to ask questions, please email us at support@saasjet.atlassian.net ]

Book a demo call:

https://calendly.com/vitalii_meeting/product-session-for-taskcompose-for-jira-cloud


*Work with the app is absolutely safe and confidential.                    

Información Básica de la Extensión

Nombre Jira Issue Creator in Chrome - Screen&Draw Jira Issue Creator in Chrome - Screen&Draw
ID kfbnpkfjhmbadkpaidjhabanbfapdmnp
URL Oficial https://chromewebstore.google.com/detail/jira-issue-creator-in-chr/kfbnpkfjhmbadkpaidjhabanbfapdmnp
Descripción 💡 Seamless Bug Reporting and Issue Creation: Send Visual Feedback Straight to Jira from Your Webpage
Tamaño del Archivo 18.65 MB
Cantidad de Instalaciones 334
Versión Actual 2.9.3
Última Actualización 2024-02-06
Fecha de Publicación 2023-03-20
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador https://saasjet.com
Correo electrónico andrii.h@saasjet.com
Tipo de Pago free
Sitio Web de la Extensión https://saasjet.com/jira-task-management/
URL de la Página de Ayuda https://saasjet.atlassian.net/servicedesk/customer/portal/1
URL de la Página de Política de Privacidad https://saasjet.com/privacy-policy
Idiomas Soportados de,en,en-GB,en-US,fr,es,it,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jira Issue Creator in Chrome - Screen&Draw",
    "short_name": "JTM",
    "description": "\ud83d\udca1 Seamless Bug Reporting and Issue Creation: Send Visual Feedback Straight to Jira from Your Webpage",
    "version": "2.9.3",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_title": "Jira Issue Creator in Chrome - Screen&Draw",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "contextMenus",
        "scripting",
        "unlimitedStorage",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "reactContent.bundle.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "framesContent.bundle.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "js": [
                "editor\/index.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*\/*.xml"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                "inject-css\/index.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*\/*.xml"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "logoWhite.png",
        "48": "logo1.png",
        "128": "logo1.png"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "dragIcon.svg",
                "dragIconHover.svg",
                "dragIconClick.svg",
                "monaco-editor\/*",
                "editor\/index.css",
                "readability\/index.css",
                "style.css",
                "Cross-pen.png",
                "recordingControllersIcons\/drag-icon.svg",
                "recordingControllersIcons\/cross-icon.svg",
                "recordingControllersIcons\/media-record.svg",
                "recordingControllersIcons\/pause-icon.svg",
                "Video-start.svg",
                "cross_icon.svg",
                "stop-recording.svg",
                "Cross-arrow.png",
                "menu-checkmark-on.png",
                "Cross-ellipse.png",
                "menu-checkmark-on.svg",
                "Cross-fill-ellipse.png",
                "Cross-line.png",
                "Cross-step.png",
                "Cross-text.png",
                "Cross-rectangle.png",
                "Cross-fill-rectangle.png",
                "Cross-move.png",
                "",
                "",
                "Cross-highlighter.svg",
                "Cross-highlighter.png",
                "Cross-highlighter.cur",
                "Cross-eraser.png",
                "Cross-text.png",
                "Cross-line.png",
                "Cross-move.png",
                "Cross-arrow.png",
                "Cross-fill-rectangle.png",
                "Cross-rectangle.png",
                "Cross-fill-ellipse.png",
                "Cross-ellipse.png",
                "Cross-step.png",
                "circleEraser.png",
                "Cross-move.svg",
                "Cross-screenshot.svg",
                "Cross-step.svg",
                "Cross-pen.svg",
                "blurImage.png",
                "Cross-eraser.svg",
                "Cross-arrow.svg",
                "Cross-copyElement.svg",
                "Cross-ellipse.svg",
                "Cross-fill-ellipse.svg",
                "Cross-fill-rectangle.svg",
                "Cross-line.svg",
                "Cross-rectangle.svg",
                "Cross-text.svg",
                "eraser.svg",
                "clipboard.svg",
                "highlighterCursor.svg",
                "blur.svg",
                "testIcon.svg",
                "annotationtemporary.svg",
                "circle.svg",
                "circlefill.svg",
                "rect.svg",
                "rectfill.svg",
                "arrow.svg",
                "pointer.svg",
                "stylebot.svg",
                "download.svg",
                "step.svg",
                "pointer.svg",
                "insertelement.svg",
                "highlighter.svg",
                "copyelement.svg",
                "clear.svg",
                "undo.svg",
                "redo.svg",
                "move.svg",
                "text.svg",
                "line.svg",
                "exit.svg",
                "shevronleft.svg",
                "shevronright.svg",
                "checkMark.svg",
                "changeColor.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}