Spreadsheet to JIRA

Spreadsheet to JIRA Table Converter for Chrome

Spreadsheet to JIRA란 무엇입니까?

Spreadsheet to JIRA은(는) https://exceltojira.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spreadsheet to JIRA Table Converter for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Spreadsheet to JIRA 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Copy and paste a table from Excel or any spreadsheet document, click the button, and in return you will get the table formatted for JIRA!

The transformation is done 100% within your web browser and does not submit any data to Internet.

Use this Chrome Extension to convert data from Excel tables into tables formatted for JIRA. It is also useful for formatting any other similar table type, such as Google Spreadsheets.                    

확장 프로그램 기본 정보

이름 Spreadsheet to JIRA Spreadsheet to JIRA
ID lmgidnfcnjmijbmphpellnclmgahadjn
공식 URL https://chromewebstore.google.com/detail/spreadsheet-to-jira/lmgidnfcnjmijbmphpellnclmgahadjn
설명 Spreadsheet to JIRA Table Converter for Chrome
파일 크기 335 KB
설치 횟수 1,106
현재 버전 1.2
최근 업데이트 2017-12-13
출시 날짜 2017-12-13
평점 3.40/5 총 5 개의 평점
개발자 https://exceltojira.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.exceltojira.com/
도움말 페이지 URL http://www.exceltojira.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spreadsheet to JIRA",
    "description": "Spreadsheet to JIRA Table Converter for Chrome",
    "version": "1.2",
    "manifest_version": 2,
    "short_name": "Spreadsheet to JIRA",
    "homepage_url": "http:\/\/www.exceltojira.com\/",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Spreadsheet to JIRA",
        "default_popup": "popup.html",
        "default_icon": "images\/icon19.png"
    },
    "icons": {
        "19": "images\/icon19.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/imagen.png"
    ]
}