Bookmarks Sync - Sync & Backup bookmarks
Synchronize bookmarks between different browsers and back them up automatically
Bookmarks Sync - Sync & Backup bookmarks란 무엇입니까?
Bookmarks Sync - Sync & Backup bookmarks은(는) https://bookmarkssync.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Synchronize bookmarks between different browsers and back them up automatically"입니다.
확장 프로그램 스크린샷
Bookmarks Sync - Sync & Backup bookmarks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
⭐ Synchronize your bookmarks between different browsers ⭐ Backup your bookmarks on the cloud every week ⭐ Duplicates favorites are automatically removed ⭐ Works for Chrome, Opera, Microsoft Edge, Firefox and more ⭐ Privacy and confidentiality are guaranteed thanks to the use of an anonymous synchronization key Your privacy is our priority. Here is the list of the information we keep on our servers: - Anonymous synchronization key - For each favorite: title, url, order, creation date, last visit, number of visits We do not have access to personal data such as email or name.
확장 프로그램 기본 정보
이름 | Bookmarks Sync - Sync & Backup bookmarks |
ID | aknjjonnnlalpeldjndjlijlenncdhmg |
공식 URL | https://chromewebstore.google.com/detail/bookmarks-sync-sync-backu/aknjjonnnlalpeldjndjlijlenncdhmg |
설명 | Synchronize bookmarks between different browsers and back them up automatically |
파일 크기 | 467 KB |
설치 횟수 | 33 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2023-10-21 |
출시 날짜 | 2023-02-15 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://bookmarkssync.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.bookmarkssync.com/privacy |
지원되는 언어 | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_app_name_sync__", "description": "__MSG_app_description_sync__", "version": "1.1.1", "default_locale": "en", "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "bookmarks", "history", "storage" ], "action": { "default_title": "__MSG_Sync_now__" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "32": "images\/icon-sync-32.png", "64": "images\/icon-sync-64.png", "128": "images\/icon-sync-128.png", "256": "images\/icon-sync-256.png" } } |