Bookmarks to Notion

Sync Browser Bookmarks with Notion Database. Centralize your bookmarks.

Bookmarks to Notion란 무엇입니까?

Bookmarks to Notion은(는) https://bookmarkstonotion.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sync Browser Bookmarks with Notion Database. Centralize your bookmarks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bookmarks to Notion 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bookmarks to Notion is used for syncing your browser bookmarks to Notion databases. It helps centralize your bookmarks into notion databases.

Notion is the internet's only all-in-one workspace for essential work tools.

By syncing your browser bookmarks with Notion databases. You can easily manage your resources in one place.

To do that, you need to connect the extension with your Notion database, choose to use our template, then you can sync your browser bookmarks to Notion with 1 click.

Here is our tutorial:
https://bookmarkstonotion.com/tutorial

Features:
✅ Sync your browser bookmarks to the Notion Database with just 1 click
✅ Sync bookmark icon as Notion page icon
✅ Automatically synchronize additions, removals, or modifications of your local bookmarks to Notion
✅ Support multiple connections
✅ Support bookmark sub-folders
✅ Support multiple Notion workspaces


Features might implement:
✅ support sync Notion bookmarks database to local browser
✅ support multi-platform browsers, e.g. firefox, safari

Should you have any issues or feature requests, shoot us an email [email protected]                    

확장 프로그램 기본 정보

이름 Bookmarks to Notion Bookmarks to Notion
ID lplcbopdbafpdcogfmgfhedhlpepljga
공식 URL https://chromewebstore.google.com/detail/bookmarks-to-notion/lplcbopdbafpdcogfmgfhedhlpepljga
설명 Sync Browser Bookmarks with Notion Database. Centralize your bookmarks.
파일 크기 273 KB
설치 횟수 2,025
현재 버전 2.3.0
최근 업데이트 2023-12-26
출시 날짜 2022-07-04
평점 4.43/5 총 23 개의 평점
개발자 https://bookmarkstonotion.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.bookmarkstonotion.com
개인정보 보호 정책 페이지 URL https://tin-hexagon-ed3.notion.site/Privacy-Policy-02eced0565514dc691df8b720c2f8ae0
지원되는 언어 en,vi,es,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_fulltitle__",
    "description": "__MSG_ext_description__",
    "manifest_version": 3,
    "version": "2.3.0",
    "permissions": [
        "storage",
        "bookmarks"
    ],
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "home.html",
    "host_permissions": [
        "https:\/\/*.bookmarkstonotion.com\/",
        "https:\/\/api.notion.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/127.0.0.1:3000\/*",
            "https:\/\/*.bookmarkstonotion.com\/*"
        ]
    }
}