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!
Vad är Copy to Trello?
Copy to Trello är en Chrome-tillägg utvecklad av celandau, och dess huvudfunktion är "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!".
Tilläggsskärmbilder
Ladda ner Copy to Trello-förlängningens CRX-fil
Ladda ner Copy to Trello-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Copy to Trello |
ID | fdaifolckhmjnlkapifnkphgdolgabfb |
Officiell webbadress | https://chromewebstore.google.com/detail/copy-to-trello/fdaifolckhmjnlkapifnkphgdolgabfb |
Beskrivning | 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! |
Filstorlek | 10.34 KB |
Antal Installationer | 688 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2021-03-15 |
Publiceringsdatum | 2021-02-16 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | celandau |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |