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文件
下載Jam擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 🚀 擴展基本資訊
| 名稱 | |
| ID | iohjgamcilhbgmhbnllfolmkmmekfmci |
| 官方網址 | 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",
" | |