Add it for Trello
This extension lets you add new cards to boards/lists and attach the current page as a comment
Add it for Trello क्या है?
Add it for Trello wyegelwel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension lets you add new cards to boards/lists and attach the current page as a comment"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Add it for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add cards to Trello from any page. The extension is fairly simple, the screenshots should explain it all. Github link: https://github.com/wyegelwel/Trello_It
एक्सटेंशन की मूल जानकारी
नाम | Add it for Trello |
ID | gcojdlkfcjmklneaoniagdciohpoblch |
आधिकारिक URL | https://chromewebstore.google.com/detail/add-it-for-trello/gcojdlkfcjmklneaoniagdciohpoblch |
विवरण | This extension lets you add new cards to boards/lists and attach the current page as a comment |
फ़ाइल का आकार | 768 KB |
स्थापना संख्या | 132 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2015-07-28 |
प्रकाशन तिथि | 2015-07-27 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | wyegelwel |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add it for Trello", "description": "This extension lets you add new cards to boards\/lists and attach the current page as a comment", "version": "0.3", "browser_action": { "default_icon": "images\/Trello_it_logo.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/api.trello.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/trello.com\/", "https:\/\/api.trello.com\/", "tabs" ] } |