Spreadsheet to JIRA
Spreadsheet to JIRA Table Converter for Chrome
Что такое Spreadsheet to JIRA?
Spreadsheet to JIRA - это расширение Chrome, разработанное https://exceltojira.com, и его основная функция - "Spreadsheet to JIRA Table Converter for Chrome".
Снимки экрана расширения
Скачать файл CRX расширения Spreadsheet to JIRA
Скачайте файлы расширений Spreadsheet to JIRA в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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" ] } |