Jam
The fastest bug reporting tool. Cut your bug reporting time by 20x.
Jam란 무엇입니까?
Jam은(는) https://jam.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The fastest bug reporting tool. Cut your bug reporting time by 20x."입니다.
확장 프로그램 스크린샷
Jam 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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", " |