Jam
The fastest bug reporting tool. Cut your bug reporting time by 20x.
Co je Jam?
Jam je rozšíření Chrome vyvinuté https://jam.dev, a jeho hlavní funkcí je „The fastest bug reporting tool. Cut your bug reporting time by 20x.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Jam
Stáhněte si soubory rozšíření Jam ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. 🚀
Základní Informace o Rozšíření
Název | Jam |
ID | iohjgamcilhbgmhbnllfolmkmmekfmci |
Oficiální URL | https://chromewebstore.google.com/detail/jam/iohjgamcilhbgmhbnllfolmkmmekfmci |
Popis | The fastest bug reporting tool. Cut your bug reporting time by 20x. |
Velikost souboru | 6.94 MB |
Počet instalací | 80,000 |
Aktuální Verze | 4.56.0 |
Poslední Aktualizace | 2024-03-01 |
Datum Vydání | 2021-07-13 |
Hodnocení | 4.80/5 Celkem 156 Hodnocení |
Vývojář | https://jam.dev |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://jam.dev |
URL Stránky Zásad Ochrany Soukromí | https://jam.dev/privacy |
Podporované Jazyky | 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", " |