Copy to Trello

Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!

Copy to Trello क्या है?

Copy to Trello celandau द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Copy to Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Right click on copied text from any website and copy to the body of a new Trello card. Or, just use the simple interface in order to easily create new Trello cards.                    

एक्सटेंशन की मूल जानकारी

नाम Copy to Trello Copy to Trello
ID fdaifolckhmjnlkapifnkphgdolgabfb
आधिकारिक URL https://chromewebstore.google.com/detail/copy-to-trello/fdaifolckhmjnlkapifnkphgdolgabfb
विवरण Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!
फ़ाइल का आकार 10.34 KB
स्थापना संख्या 688
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-03-15
प्रकाशन तिथि 2021-02-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर celandau
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy to Trello",
    "version": "1.0.0",
    "description": "Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!",
    "icons": {
        "128": "icon1.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}