Spreadsheet to JIRA
Spreadsheet to JIRA Table Converter for Chrome
Spreadsheet to JIRA क्या है?
Spreadsheet to JIRA https://exceltojira.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spreadsheet to JIRA Table Converter for Chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spreadsheet to JIRA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |