Jam

The fastest bug reporting tool. Cut your bug reporting time by 20x.

Jam क्या है?

Jam https://jam.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The fastest bug reporting tool. Cut your bug reporting time by 20x."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Meet Jam – report bugs 20x faster, and get back to what you were doing! ⚡️ Bugs are a pain, but reporting them doesn’t have to be. 😉

Jam lets you send the perfect bug report to your developers in one click. No forms, no confusion, just a perfect recording of the bug in your browser, in one easy link. 🐛

Plus, Jam integrates with the tools you already use (Jira, Asana, Slack, etc) to make it as quick as possible to file bugs exactly where they need to be. 🚀                    

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

नाम Jam Jam
ID iohjgamcilhbgmhbnllfolmkmmekfmci
आधिकारिक URL https://chromewebstore.google.com/detail/jam/iohjgamcilhbgmhbnllfolmkmmekfmci
विवरण The fastest bug reporting tool. Cut your bug reporting time by 20x.
फ़ाइल का आकार 6.94 MB
स्थापना संख्या 80,000
वर्तमान संस्करण 4.56.0
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2021-07-13
रेटिंग 4.80/5 कुल 156 रेटिंग्स
डेवलपर https://jam.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://jam.dev
गोपनीयता नीति पृष्ठ URL https://jam.dev/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jam",
    "description": "The fastest bug reporting tool. Cut your bug reporting time by 20x.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/assets\/icon16-on.png",
            "32": ".\/assets\/icon32-on.png",
            "64": ".\/assets\/icon64-on.png",
            "128": ".\/assets\/icon128-on.png"
        },
        "default_title": "Jam",
        "default_popup": ".\/popup.html"
    },
    "web_accessible_resources": [
        "assets\/*",
        "injected-scripts\/*"
    ],
    "icons": {
        "16": ".\/assets\/icon16-on.png",
        "32": ".\/assets\/icon32-on.png",
        "64": ".\/assets\/icon64-on.png",
        "128": ".\/assets\/icon128-on.png"
    },
    "version": "4.56.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh0KJv3PNs+fP6Svu0rwARNc9TPZJywyhV6+ckYReLyMx0BUamJ6hRIzluvZvCl+4rJhiu\/hbcRHrqRJUBVShmXriiAJn+xPEwZ8+XFkX37\/KRPHZygbtArfhiUQH6ie+srsTB9AoBsceScFlJtWU8js2QXm\/BQzQyqFj2FhxiWRpzX\/vumqYlzZPSfYdl7YCVLuxVGdJZHObBgt1BiVJDfB0amiOCzl9dw8m4abkzTBpp43m6I5kR09xkHA5ppTPGeyKzbxXKCEt86UwfsM1LiZCojhpP\/+252Gg2HWzCn5JOC7R3tpp2hxbXiMiAdHggTeRgwwq4nrqTQS+dT7jWwIDAQAB",
    "permissions": [
        "tabCapture",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "activeTab",
        "tabs",
        "storage",
        "cookies",
        ""
    ],
    "optional_permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.jam.dev\/*",
            "*:\/\/*.jamtest.kitchen\/*",
            "*:\/\/*.jam.test\/*"
        ]
    },
    "commands": {
        "toggle-screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Take screenshot"
        },
        "toggle-video": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space"
            },
            "description": "Start \/ stop tab recording"
        },
        "toggle-session-replay": {
            "suggested_key": {
                "default": "Ctrl+Shift+X"
            },
            "description": "Prompt instant replay"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            }
        }
    }
}