Ride With Jira

Ride With Jira Chrome Extension

ما هو Ride With Jira؟

Ride With Jira هو إضافة Chrome تم تطويرها بواسطة Ofer Shapira، والميزة الرئيسية لها هي "Ride With Jira Chrome Extension".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Ride With Jira

قم بتنزيل ملفات الامتداد Ride With Jira بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Ride With Jira  ⭐  All of the missing features I've ever wanted in Jira!

Version 2.4 includes:
*️⃣ Sprints display is now fixed for everyone! Following some complains that the sprint value showed "none" in child issues the code was updated to dynamically find the custom field which represents the sprint value so now it should work!

Version 2.3 includes:
*️⃣ Supporting custom domains: The extension will run on every domain/subdomain that contains the word "Jira" 
*️⃣ Custom domains can be set from the Options page of the extension
*️⃣ Backlog feature: hiding the Issue ID to have more room for the title
*️⃣ Backlog feature: split the sprints view to be side by side
*️⃣ Bug fix: Create Issue modal didn't show the favorite button for some users
*️⃣ Copy Issue ID button inside issue page: copy an HTML formatted issue id

Version 2.2 includes:

*️⃣ Displaying SPRINT NAME on child issues / linked issues - in Issue/Epic view
*️⃣ SORTING by sprint all child issues in Epic view
*️⃣ FAVORITE fields in Create Issue modal - set, and hide non-favorites
*️⃣ STICKY HEADER in Issue view
*️⃣ Quickly scroll to comments in issue view
*️⃣ Sneak-peak to last comment of an issue in Kanban view
*️⃣ BOLD out (with red color) the "BLOCKED" status
*️⃣ Mark in RED any pinned field with "None" value in Issue View
*️⃣ Support for both Light and Dark modes of Jira
*️⃣ QUICKLY OPEN issues from anywhere - by clicking on the extension's icon or by using keyboard shortcut Ctrl+Alt+J (mac: Option+J), and type the issue ID



Have a productive ride with Jira! 



Q&A:

Q: Is this Chrome extension safe to use?
A: The extension is completely safe as it uses your existing credentials and functions solely on your personal computer, ensuring data security and integrity.

Q: Why is it free? What's it in for you?
A: I offer the extension free of charge to share its productivity benefits with the community, without any personal gain, as a way to contribute positively to others' work experiences.



Disclaimer: This extension is designed to enhance the experience of Jira users by providing additional functionality. Please note that this extension is independently developed by the Developer and is not officially endorsed, authorized, or affiliated with Atlassian, the company behind Jira, or with Via Transportation Inc. and its subsidiaries and affiliates. Jira is a trademark of Atlassian and is used here only to describe the compatibility and purpose of this extension. All rights belong to their respective owners. This extension is provided 'as is' without liability or warranty of any kind. Under no circumstance shall the Developer have any liability to you for any loss or damage of any kind incurred as a result of the use of this extension. Your use of this extension is solely at your risk.                    

معلومات أساسية عن التمديد

الاسم Ride With Jira Ride With Jira
ID ihilmeiejbhkckfolemfdnghlpimbbmc
عنوان URL الرسمي https://chromewebstore.google.com/detail/ride-with-jira/ihilmeiejbhkckfolemfdnghlpimbbmc
الوصف Ride With Jira Chrome Extension
حجم الملف 548 KB
عدد التثبيتات 635
النسخة الحالية 2.4.0
آخر تحديث 2024-02-25
تاريخ النشر 2024-01-03
تقييم 5.00/5 مجموع تقييمات 9
المطور Ofer Shapira
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://ridewithvia.com/legal/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ride With Jira",
    "description": "Ride With Jira Chrome Extension",
    "version": "2.4.0",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-34.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": "img\/logo-48.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+J",
                "mac": "Alt+J"
            }
        }
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.js-loader-d2dfbbcf.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "https:\/\/*jira*\/*",
                "https:\/\/*atlassian*\/*"
            ],
            "css": [
                "assets\/index-9cb01eed.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-34.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/chunk-92ec4fa0.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}