Team Bookmark Folders by EliteWork

Share bookmark folders in Chrome's bookmarks bar with your team! A free productivity tool by EliteWork.com!

Team Bookmark Folders by EliteWork란 무엇입니까?

Team Bookmark Folders by EliteWork은(는) eliteworkextensiondevelopers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share bookmark folders in Chrome's bookmarks bar with your team! A free productivity tool by EliteWork.com!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Team Bookmark Folders by EliteWork 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension offers a free way to share folders on Chrome's bookmark's bar with your family, team, or organization. With no account or login required!

How it works:
1. Create a Shared Bookmark Folder, which appears on your bookmark's bar
2. Add bookmarks into this folder for sharing
3. Share the unique Folder ID for others to grant access

To create a shared folder:
1. Open the Extension Options page (Right click icon > Options)
2. Enter a Folder Name
3. Click "Create Shared Folder" for a Folder ID to be assigned
4. Shared bookmarks can now be dragged into this folder on the bookmark's bar

To import a shared folder:
1. Open the Extension Options page (Right click icon > Options)
2. Enter the Folder Name and Folder ID
3. Click "Add Shared Folder" and "Import All" to import the shared folder.
4. Shared bookmarks should appear on this folder on the bookmark's bar

Why?
* Organize bookmarks for a team's documentation, dashboards, and tools for sharing across your team.
* Organize bookmarks for a project to be shared with clients and team members.
* Organize bookmarks for learning resources to be shared within your family.

Features
-- Create unlimited shared folders (each with a unique Folder ID for sharing)
-- Share with unlimited people (just by sharing the unique Folder ID)
-- Manage and access bookmarks directly on Chrome bookmark's bar
-- Import and export bookmarks to a dedicated Google spreadsheet

Team Bookmark Folders is a free Chrome extension developed and maintained by EliteWork.com:
https://www.elitework.com                    

확장 프로그램 기본 정보

이름 Team Bookmark Folders by EliteWork Team Bookmark Folders by EliteWork
ID ckiiddpkjnibipmmokjegofpkddcmnee
공식 URL https://chromewebstore.google.com/detail/team-bookmark-folders-by/ckiiddpkjnibipmmokjegofpkddcmnee
설명 Share bookmark folders in Chrome's bookmarks bar with your team! A free productivity tool by EliteWork.com!
파일 크기 26.94 KB
설치 횟수 203
현재 버전 1.4
최근 업데이트 2023-06-30
출시 날짜 2020-07-12
평점 4.46/5 총 13 개의 평점
개발자 eliteworkextensiondevelopers
결제 유형 free
도움말 페이지 URL https://elitework.com/contact.php
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Team Bookmark Folders by EliteWork",
    "version": "1.4",
    "manifest_version": 3,
    "description": "Share bookmark folders in Chrome's bookmarks bar with your team! A free productivity tool by EliteWork.com!",
    "browser_action": {
        "default_title": "Sync Bookmarks Now",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage",
        "bookmarks",
        "https:\/\/script.google.com\/*",
        "https:\/\/*.googleusercontent.com\/"
    ]
}