Instant Preview for Jira

Speeds up Jira ticket (issue) load time by using a cache.

Instant Preview for Jira क्या है?

Instant Preview for Jira Avi Shwartz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Speeds up Jira ticket (issue) load time by using a cache."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Instant Preview for Jira एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Are Jira ticket pages loading slowly and taking a long time for you to see the ticket (issue)?

 If this is the case, the extension will help you display a pop-up with a basic ticket info while the page is loading. It also includes comments, but not attachments, images, or custom fields.

You can modify the following settings:

✅  The popup can be hidden when the full page loads / when you mouse over it.
✅  You can choose whether to show the popup only if there's a faster cache available, or to show it anyway. 
✅  Choose whether you want to see the description or comments first.
✅  Also, you can choose whether to show older or newer comments first.
✅  Cache size can be set.
✅. Clear cache.
✅.  Choose a color theme (including dark mode)


🚀 🚀 🚀 🚀 🚀 🚀 

Disclaimer: this extension isn't related to Atlassian.

The ticket information is stored in your browser cache, and it doesn't get deleted automatically when you log out - you've got to delete it manually from the extension options/ browser history.                    

एक्सटेंशन की मूल जानकारी

नाम Instant Preview for Jira Instant Preview for Jira
ID fccahgodgkkkcfbepejkkalmhbdmjmdb
आधिकारिक URL https://chromewebstore.google.com/detail/instant-preview-for-jira/fccahgodgkkkcfbepejkkalmhbdmjmdb
विवरण Speeds up Jira ticket (issue) load time by using a cache.
फ़ाइल का आकार 27.86 KB
स्थापना संख्या 19
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-10-06
प्रकाशन तिथि 2021-12-26
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Avi Shwartz
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Preview for Jira",
    "description": "Speeds up Jira ticket (issue) load time by using a cache.",
    "version": "1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.atlassian.net\/*"
            ],
            "js": [
                "dist\/main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/images\/jira-logo.png",
            "32": "\/images\/jira-logo.png",
            "48": "\/images\/jira-logo.png",
            "128": "\/images\/jira-logo.png"
        }
    },
    "icons": {
        "16": "\/images\/jira-logo.png",
        "32": "\/images\/jira-logo.png",
        "48": "\/images\/jira-logo.png",
        "128": "\/images\/jira-logo.png"
    }
}