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 marrijeen1214 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन 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 eadnohgkalgkbmhiehaonnjekbdfeldi
आधिकारिक URL https://chromewebstore.google.com/detail/copy-to-trello/eadnohgkalgkbmhiehaonnjekbdfeldi
विवरण 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.
फ़ाइल का आकार 15.15 KB
स्थापना संख्या 671
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2023-06-29
प्रकाशन तिथि 2020-12-09
रेटिंग 3.93/5 कुल 15 रेटिंग्स
डेवलपर marrijeen1214
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/extensions-privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy-to-Trello",
    "version": "1.0.5",
    "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": "icon.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}