safari2chrome bookmarks synchronization

Keep your Chrome bookmarks up to date with the Safari bookmarks

Cos'è safari2chrome bookmarks synchronization?

safari2chrome bookmarks synchronization è un'estensione di Chrome sviluppata da https://safari2chrome.com, e la sua funzione principale è "Keep your Chrome bookmarks up to date with the Safari bookmarks".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione safari2chrome bookmarks synchronization

Scarica i file di estensione safari2chrome bookmarks synchronization in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome safari2chrome bookmarks synchronization safari2chrome bookmarks synchronization
ID mhhcbjdgifnbfjpdppedcekihpnnljba
URL Ufficiale https://chromewebstore.google.com/detail/safari2chrome-bookmarks-s/mhhcbjdgifnbfjpdppedcekihpnnljba
Descrizione Keep your Chrome bookmarks up to date with the Safari bookmarks
Dimensione del File 573 KB
Conteggio Installazioni 212
Versione Corrente 1.0.3
Ultimo Aggiornamento 2022-12-12
Data di Pubblicazione 2022-05-27
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://safari2chrome.com
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina della Politica sulla Privacy https://safari2chrome.com/privacy.html
Lingue Supportate 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"
    ]
}