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 هو إضافة Chrome تم تطويرها بواسطة https://bookmarkssync.com، والميزة الرئيسية لها هي "Synchronize bookmarks between different browsers and back them up automatically".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmarks Sync - Sync & Backup bookmarks
قم بتنزيل ملفات الامتداد Bookmarks Sync - Sync & Backup bookmarks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة سياسة الخصوصية | 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" } } |