Drup - Shared bookmarks for teams

Save links in a group space with previews and search.

Drup - Shared bookmarks for teams란 무엇입니까?

Drup - Shared bookmarks for teams은(는) https://getdrup.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save links in a group space with previews and search."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Drup - Shared bookmarks for teams 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 Drup - Shared bookmarks for teams Drup - Shared bookmarks for teams
ID ndklmnlejedloijkopiphfemnhfkaapd
공식 URL https://chromewebstore.google.com/detail/drup-shared-bookmarks-for/ndklmnlejedloijkopiphfemnhfkaapd
설명 Save links in a group space with previews and search.
파일 크기 782 KB
설치 횟수 172
현재 버전 1.3.5
최근 업데이트 2021-02-18
출시 날짜 2020-07-29
평점 5.00/5 총 4 개의 평점
개발자 https://getdrup.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getdrup.com/
지원되는 언어 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
}