Kanban issue ordering for Zoho

Adds Kanban issue ordering to your Zoho

Kanban issue ordering for Zoho란 무엇입니까?

Kanban issue ordering for Zoho은(는) Amazing Mixed Media Minds에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Kanban issue ordering to your Zoho"입니다.

확장 프로그램 스크린샷

screenshot

Kanban issue ordering for Zoho 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}