teamlink

Easiest way to sync, collaborate and search bookmarks

teamlink란 무엇입니까?

teamlink은(는) https://getteamlink.web.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easiest way to sync, collaborate and search bookmarks"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

teamlink 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Build your knowledge bank with bookmarks
Quick bookmark links you find useful and we will make sure you find it when you need them the most.

Get one of the best Productivity tools on Chrome!
★ Augmented Bookmark Search
Get matching bookmarks directly in your google searches.

★ Omnibox Bookmark Search
Search bookmarks directly from browser address bar Press L and space followed by search query.

★ Quick Add/Remove Bookmark
Add/Remove bookmarks quickly using keyboard shortcut Ctrl + Shift + L

★ Sync, Share Bookmarks with Teams (Coming Soon!)
Create team workspaces, share and collaborate bookmarks with your teams

✔ Get started in seconds
Quick one click install and you will never have to waste time finding same thing again and again.

Privacy Policy at: https://getteamlink.web.app/privacy.html
Learn more about the extension: https://teamlink.web.app                    

확장 프로그램 기본 정보

이름 teamlink teamlink
ID keefgegllkbafoneklpidccocjllbenl
공식 URL https://chromewebstore.google.com/detail/teamlink/keefgegllkbafoneklpidccocjllbenl
설명 Easiest way to sync, collaborate and search bookmarks
파일 크기 307 KB
설치 횟수 83
현재 버전 0.1.1
최근 업데이트 2021-10-17
출시 날짜 2021-09-29
평점 5.00/5 총 4 개의 평점
개발자 https://getteamlink.web.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getteamlink.web.app/
도움말 페이지 URL https://getteamlink.web.app/contact.html
개인정보 보호 정책 페이지 URL https://getteamlink.web.app/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Easiest way to sync, collaborate and search bookmarks",
    "version": "0.1.1",
    "name": "teamlink",
    "manifest_version": 2,
    "homepage_url": "http:\/\/getteamlink.web.app",
    "icons": {
        "16": "static\/assets\/icons\/16.png",
        "24": "static\/assets\/icons\/24.png",
        "32": "static\/assets\/icons\/32.png",
        "64": "static\/assets\/icons\/64.png",
        "128": "static\/assets\/icons\/128.png"
    },
    "browser_action": [],
    "options_page": "static\/options.html",
    "background": {
        "page": "static\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/jquery-3.6.0.slim.min.js",
                "content.js"
            ]
        }
    ],
    "commands": {
        "toggleBookmark": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Add\/Remove Bookmark"
        }
    },
    "omnibox": {
        "keyword": "l"
    },
    "permissions": [
        "tabs",
        "storage",
        "bookmarks",
        "activeTabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}