safari2chrome bookmarks synchronization

Keep your Chrome bookmarks up to date with the Safari bookmarks

Vad är safari2chrome bookmarks synchronization?

safari2chrome bookmarks synchronization är en Chrome-tillägg utvecklad av https://safari2chrome.com, och dess huvudfunktion är "Keep your Chrome bookmarks up to date with the Safari bookmarks".

Tilläggsskärmbilder

screenshot

Ladda ner safari2chrome bookmarks synchronization-förlängningens CRX-fil

Ladda ner safari2chrome bookmarks synchronization-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Your browser sync bookmarks from iCloud in the same way that Safari does
We do not store bookmarks on our servers
We do not keep passwords of your credentials
All your bookmarks are stored in your iCloud account
You do not need to install iTunes in order to use the software                    

Grundläggande Information om Tillägg

Namn safari2chrome bookmarks synchronization safari2chrome bookmarks synchronization
ID mhhcbjdgifnbfjpdppedcekihpnnljba
Officiell webbadress https://chromewebstore.google.com/detail/safari2chrome-bookmarks-s/mhhcbjdgifnbfjpdppedcekihpnnljba
Beskrivning Keep your Chrome bookmarks up to date with the Safari bookmarks
Filstorlek 573 KB
Antal Installationer 212
Aktuell Version 1.0.3
Senast Uppdaterad 2022-12-12
Publiceringsdatum 2022-05-27
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://safari2chrome.com
E-post [email protected]
Betalningssätt in_app
URL till Sekretesspolicy Sidan https://safari2chrome.com/privacy.html
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "safari2chrome bookmarks synchronization",
    "description": "Keep your Chrome bookmarks up to date with the Safari bookmarks",
    "version": "1.0.3",
    "action": {
        "default_icon": "icon-16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background-page.js"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "bookmarks",
        "alarms",
        "nativeMessaging"
    ]
}