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 هو إضافة Chrome تم تطويرها بواسطة 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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Copy-to-Trello
قم بتنزيل ملفات الامتداد Copy-to-Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } |