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ファイルをダウンロード

Team Bookmark Folders by EliteWork拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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\/"
    ]
}