Add a link to trello

This extension will let you add a link to a list on a board on Trello.

Add a link to trello là gì?

Add a link to trello là một tiện ích mở rộng Chrome được phát triển bởi https://omgmog.net, và tính năng chính của nó là "This extension will let you add a link to a list on a board on Trello.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add a link to trello

Tải xuống các tệp mở rộng Add a link to trello dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This is a Google Chrome extension that lets you add the currently viewed page to a board on Trello.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Add a link to trello Add a link to trello
ID ngignckpjkimcpnlphkbgpnbpnicnffe
URL Chính Thức https://chromewebstore.google.com/detail/add-a-link-to-trello/ngignckpjkimcpnlphkbgpnbpnicnffe
Mô tả This extension will let you add a link to a list on a board on Trello.
Kích Thước Tệp 71.53 KB
Số Lần Cài Đặt 517
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2021-07-30
Ngày Phát Hành 2014-03-14
Đánh Giá 4.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://omgmog.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/omgmog/chrome-add-link-to-trello
URL Trang Trợ Giúp https://github.com/omgmog/chrome-add-link-to-trello/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add a link to trello",
    "description": "This extension will let you add a link to a list on a board on Trello.",
    "version": "1.2.1",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/api.trello.com\/",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'"
}