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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Synchronize bookmarks between different browsers and back them up automatically"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bookmarks Sync - Sync & Backup bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |