EverSync - Sync bookmarks, backup favorites
Synchronize your bookmarks, FVD Speed Dials. Secure online access. Backup, restore your bookmarks. Sync favorites between computers
ما هو EverSync - Sync bookmarks, backup favorites؟
EverSync - Sync bookmarks, backup favorites هو إضافة Chrome تم تطويرها بواسطة https://everhelper.pro، والميزة الرئيسية لها هي "Synchronize your bookmarks, FVD Speed Dials. Secure online access. Backup, restore your bookmarks. Sync favorites between computers".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EverSync - Sync bookmarks, backup favorites
قم بتنزيل ملفات الامتداد EverSync - Sync bookmarks, backup favorites بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
EverHelper.pro - Synchronize your Bookmarks(favorites), FVD Speed Dials and Groups. Sync between Firefox and Chrome! ★ You get HTTPS secure online access! ★ Keep your dials and bookmarks(favorites) in HTTPS secure area! You can access them from any computer without installing an extension! ★ Online Backup and Trash Features - You won't lose you precious bookmarks(favorites) or dials any more. ★ Keep your private bookmarks(favorites) and dials online with HTTPS secure area and password. Nobody will access them. ★ Archive your bookmarks(favorites)! ★ Import your bookmarks to FVD Speed Dial in 3 clicks! ★ Built-in features to find duplicate bookmarks and folders. ★ Sync your dials, groups between different PCs or Firefox FVD Speed Dial. ★ FVD Speed Dial - 3D View, Full Sync: https://chrome.google.com/webstore/detail/llaficoajjainaijghjlofdfmbjpebpa ★ Bugs and Suggestions: http://fvdmedia.userecho.com/list/21212-everhelper/?category=4907 Xmarks replacement, X-marks replacement ★ If you sync a large number of bookmarks per sync - you may need to manually restart Chrome ★ Bookmarks Sync won't work with MacOS, but you can still sync your Speed Dials ★★【 Access to all data on computer 】★★ We DON'T NEED ALL YOUR DATA! Sync add-on requires permission which is called "Access to all data on computer." This doesn't mean that our add-on will have access to all your files! We only need access to one bookmark file in the Chrome environment. As soon as you get permission to overwrite file(s), Chrome calls it "Full access." Please, do not become paranoid with that! Chrome Webstore team manually reviews such add-ons!!! ★★★★★★★★★★★★★★★★★★★★★★★★★
معلومات أساسية عن التمديد
الاسم | EverSync - Sync bookmarks, backup favorites |
ID | iohcojnlgnfbmjfjfkbhahhmppcggdog |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/eversync-sync-bookmarks-b/iohcojnlgnfbmjfjfkbhahhmppcggdog |
الوصف | Synchronize your bookmarks, FVD Speed Dials. Secure online access. Backup, restore your bookmarks. Sync favorites between computers |
حجم الملف | 919 KB |
عدد التثبيتات | 252,343 |
النسخة الحالية | 23.3.0 |
آخر تحديث | 2024-01-22 |
تاريخ النشر | 2019-12-28 |
تقييم | 4.21/5 مجموع تقييمات 3918 |
المطور | https://everhelper.pro |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.everhelper.pro |
عنوان صفحة المساعدة | http://fvdmedia.userecho.com/list/21212-everhelper/?category=4907 |
عنوان صفحة سياسة الخصوصية | https://everhelper.pro/privacy.php |
اللغات المدعومة | en,ru,uk |
manifest.json | |
{ "version": "23.3.0", "manifest_version": 3, "name": "EverSync - Sync bookmarks, backup favorites", "background": { "service_worker": ".\/worker.js", "type": "module" }, "action": { "default_icon": "images\/icons\/24x24.png", "default_popup": "popup.html", "default_title": "FVD Synchronizer" }, "content_scripts": [ { "all_frames": true, "js": [ "\/js\/content-scripts\/everhelper.js" ], "matches": [ "*:\/\/everhelper.pro\/*", "*:\/\/*.everhelper.pro\/*", "*:\/\/everhelper.local\/*", "*:\/\/nimbustest.com\/*" ], "run_at": "document_start" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "default_locale": "en", "description": "Synchronize your bookmarks, FVD Speed Dials. Secure online access. Backup, restore your bookmarks. Sync favorites between computers", "icons": { "128": "images\/icons\/128x128.png", "16": "images\/icons\/16x16.png", "24": "images\/icons\/24x24.png", "32": "images\/icons\/32x32.png", "48": "images\/icons\/48x48.png", "64": "images\/icons\/64x64.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDYARCFOtK2Ba5\/o6Dg\/n0s7NZBVtcYkVNKPPPDcMaLtPpzfAfyOJ7O5atRk4EWEXxyNWTeWiWXLvW\/zpB9j7j3zrOIlEIjJPVlIxUAhkK\/7CYW7zVeAgLLoQG95gf4qSZPfbLqUa7YIJPovtG94NgOXAv4Wmc+onGALCBXIntXYQIDAQAB", "options_page": "options.html", "permissions": [ "storage", "bookmarks", "tabs", "management", "unlimitedStorage", "cookies" ], "host_permissions": [ "https:\/\/everhelper.pro\/*" ], "short_name": "bookmarks", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |