Kanban issue ordering for Zoho
Adds Kanban issue ordering to your Zoho
Kanban issue ordering for Zohoคืออะไร?
Kanban issue ordering for Zoho เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amazing Mixed Media Minds และคุณลักษณะหลักของมันคือ "Adds Kanban issue ordering to your Zoho"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kanban issue ordering for Zoho
ดาวน์โหลดไฟล์ส่วนขยาย Kanban issue ordering for Zoho ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds ordering of bugs to your Zoho Projects Kanban board Kanban issue ordering for Zoho makes it possible to order your issues within the Kanban view of the bugtracker. A great extra feature for backlog ordering when you are using Zoho in an agile/scrum based project. As standard Zoho projects orders bugs based on their issue numbers, even if you drag the bug to any desirable position the order will be reset on reloading the page. After installation of the extension you will be able to save positions. Instructions: - Just drag and drop your issues in the correct order and click the 'Save' button. - The order is saved in the issue title and all Zoho users with this plugin get the correct order when viewing the Kanban board. - It is also possible to enter the ordering number by hand. Click the title of the card to "edit" the title. Once the Card title is in edit-mode, you will able to enter the ordering number. Example if you want to add or edit the top position in the column, just add **0** to the title. Example if you want to add or edit the top position in the column, just add **99** to the title. Do not use the save button when adding ordering manually, this will overwrite the currently set order. For this extension the following applications are required: - Zoho projects - Zoho Bugtracker (included in projects) Changelog: 1.0: - Initial release 1.1: - Added screenshots and appropriate icons to the extension. 1.2: - Fixed compatibility with the new Zoho Kanban interface. ============================== Kanban issue ordering for Zoho was created by Amazing Mixed Media Minds | [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Kanban issue ordering for Zoho |
ID | ldbapmngeelfakkpgfebigeocmhingeg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kanban-issue-ordering-for/ldbapmngeelfakkpgfebigeocmhingeg |
คำอธิบาย | Adds Kanban issue ordering to your Zoho |
ขนาดไฟล์ | 105 KB |
จำนวนการติดตั้ง | 81 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2017-11-13 |
วันที่เผยแพร่ | 2017-11-13 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Amazing Mixed Media Minds |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.amazing.nl/ |
URL หน้าช่วยเหลือ | https://www.amazing.nl/wp-content/uploads/2017/03/Chrome-extensions-for-Zoho-UK-Amazing.pdf |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kanban issue ordering for Zoho", "version": "1.2", "description": "Adds Kanban issue ordering to your Zoho", "content_scripts": [ { "matches": [ "https:\/\/projects.zoho.com\/portal\/*" ], "js": [ "jquery-2.1.4.min.js", "jquery-ui.min.js", "zohoordering.js" ] } ], "manifest_version": 2, "browser_action": { "default_icon": { "16": "zoho-ordering-icon_16x16.png", "24": "zoho-ordering-icon_24x24.png", "32": "zoho-ordering-icon_32x32.png" } }, "icons": { "16": "zoho-ordering-icon_16x16.png", "48": "zoho-ordering-icon_48x48.png", "128": "zoho-ordering-icon.png" } } |