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.
Co je Copy-to-Trello?
Copy-to-Trello je rozšíření Chrome vyvinuté marrijeen1214, a jeho hlavní funkcí je „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.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Copy-to-Trello
Stáhněte si soubory rozšíření Copy-to-Trello ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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! Základní Informace o Rozšíření
| Název | |
| ID | eadnohgkalgkbmhiehaonnjekbdfeldi |
| Oficiální URL | https://chromewebstore.google.com/detail/copy-to-trello/eadnohgkalgkbmhiehaonnjekbdfeldi |
| Popis | 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. |
| Velikost souboru | 15.15 KB |
| Počet instalací | 671 |
| Aktuální Verze | 1.0.5 |
| Poslední Aktualizace | 2023-06-29 |
| Datum Vydání | 2020-12-09 |
| Hodnocení | 3.93/5 Celkem 15 Hodnocení |
| Vývojář | marrijeen1214 |
| [email protected] | |
| Typ Platby | free |
| URL Stránky Zásad Ochrany Soukromí | https://sites.google.com/view/extensions-privacy |
| Podporované Jazyky | 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"
]
} | |