IssuesViewer For Backlog
IssuesViewer For Backlog
IssuesViewer For Backlogคืออะไร?
IssuesViewer For Backlog เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://madroom.net และคุณลักษณะหลักของมันคือ "IssuesViewer For Backlog"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IssuesViewer For Backlog
ดาวน์โหลดไฟล์ส่วนขยาย IssuesViewer For Backlog ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
* You can check the tasks that you have been assigned.
* あなたの担当タスクを確認できます。
* You can check the number of notifications.
* 通知数を確認できます。
* You can set up multiple accounts.
* 複数のアカウントを設定できます。
* All settings is easy.
* 簡単に使えます。 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ohgpfaebkmddhlpapnfjdoneoibhblkb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/issuesviewer-for-backlog/ohgpfaebkmddhlpapnfjdoneoibhblkb |
| คำอธิบาย | IssuesViewer For Backlog |
| ขนาดไฟล์ | 193 KB |
| จำนวนการติดตั้ง | 26 |
| เวอร์ชันปัจจุบัน | 0.0.8 |
| อัปเดตครั้งล่าสุด | 2014-12-04 |
| วันที่เผยแพร่ | 2014-12-04 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | https://madroom.net |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/mamor/backlog-issues-viewer |
| URL หน้าช่วยเหลือ | https://github.com/mamor/backlog-issues-viewer/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.8",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "IssuesViewer For Backlog",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"https:\/\/*.backlog.jp\/",
"storage"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |