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”。
擴展截圖
下載Spreadsheet to JIRA擴展crx文件
下載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 |
官方網址 | 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" ] } |