Drup - Shared bookmarks for teams

Save links in a group space with previews and search.

Drup - Shared bookmarks for teams là gì?

Drup - Shared bookmarks for teams là một tiện ích mở rộng Chrome được phát triển bởi https://getdrup.com, và tính năng chính của nó là "Save links in a group space with previews and search.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Drup - Shared bookmarks for teams

Tải xuống các tệp mở rộng Drup - Shared bookmarks for teams 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

                        Drup is a simple bookmarking app specially designed for teams.

Collaborate better by creating a shared repository of links for everyone to browse, search and organize.

- Add any link in one click

- Organize links into topics / projects

- Search across everything. No more waiting or asking for links.

- Option to save links as private, visible just to you

- See the links others are adding in Activity feed

Learn more at https://getdrup.com/

Questions? Comments? [email protected]                    

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

Tên Drup - Shared bookmarks for teams Drup - Shared bookmarks for teams
ID ndklmnlejedloijkopiphfemnhfkaapd
URL Chính Thức https://chromewebstore.google.com/detail/drup-shared-bookmarks-for/ndklmnlejedloijkopiphfemnhfkaapd
Mô tả Save links in a group space with previews and search.
Kích Thước Tệp 782 KB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 1.3.5
Cập Nhật Lần Cuối 2021-02-18
Ngày Phát Hành 2020-07-29
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://getdrup.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getdrup.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drup - Shared bookmarks for teams",
    "version": "1.3.5",
    "description": "Save links in a group space with previews and search.",
    "icons": {
        "16": "images\/drup_16.png",
        "32": "images\/drup_32.png",
        "48": "images\/drup_48.png",
        "128": "images\/drup_128.png",
        "512": "images\/drup_512.png",
        "1024": "images\/drup_1024.png"
    },
    "permissions": [
        "activeTab",
        "bookmarks",
        "cookies",
        "https:\/\/app.getdrup.com\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/drup_16.png",
            "32": "images\/drup_32.png",
            "48": "images\/drup_48.png",
            "128": "images\/drup_128.png",
            "512": "images\/drup_512.png",
            "1024": "images\/drup_1024.png"
        }
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.getdrup.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}