Spreadsheet to JIRA

Spreadsheet to JIRA Table Converter for Chrome

What is Spreadsheet to JIRA?

Spreadsheet to JIRA is a Chrome extension developed by https://exceltojira.com, and its main feature is "Spreadsheet to JIRA Table Converter for Chrome".

Extension Screenshots

screenshot
screenshot
screenshot

Download Spreadsheet to JIRA Extension CRX File

Download Spreadsheet to JIRA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Spreadsheet to JIRA Spreadsheet to JIRA
ID lmgidnfcnjmijbmphpellnclmgahadjn
Official URL https://chromewebstore.google.com/detail/spreadsheet-to-jira/lmgidnfcnjmijbmphpellnclmgahadjn
Description Spreadsheet to JIRA Table Converter for Chrome
File Size 335 KB
Installation Count 1,106
Current Version 1.2
Last Updated 2017-12-13
Publish Date 2017-12-13
Rating 3.40/5 Total 5 Ratings
Developer https://exceltojira.com
Email [email protected]
Payment Type free
Extension Website http://www.exceltojira.com/
Help Page URL http://www.exceltojira.com/
Supported Languages 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"
    ]
}