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 marrijeen1214, 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

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 eadnohgkalgkbmhiehaonnjekbdfeldi
URL Officiel https://chromewebstore.google.com/detail/copy-to-trello/eadnohgkalgkbmhiehaonnjekbdfeldi
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 15.15 KB
Nombre d'Installations 671
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-06-29
Date de Publication 2020-12-09
Évaluation 3.93/5 Total 15 Évaluations
Développeur marrijeen1214
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/extensions-privacy
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.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"
    ]
}