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!

Qu'est-ce que Copy to Trello ?

Copy to Trello est une extension Chrome développée par celandau, et sa fonction principale est "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!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Copy to Trello

Téléchargez les fichiers d'extension Copy to Trello au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Copy to Trello Copy to Trello
ID fdaifolckhmjnlkapifnkphgdolgabfb
URL Officiel https://chromewebstore.google.com/detail/copy-to-trello/fdaifolckhmjnlkapifnkphgdolgabfb
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!
Taille du Fichier 10.34 KB
Nombre d'Installations 688
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-03-15
Date de Publication 2021-02-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur celandau
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}