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