safari2chrome bookmarks synchronization
Keep your Chrome bookmarks up to date with the Safari bookmarks
Hvad er safari2chrome bookmarks synchronization?
safari2chrome bookmarks synchronization er en Chrome-udvidelse udviklet af https://safari2chrome.com, og dens hovedfunktion er "Keep your Chrome bookmarks up to date with the Safari bookmarks".
Udvidelsesskærmbilleder
Download safari2chrome bookmarks synchronization-udvidelses-CRX-fil
Download safari2chrome bookmarks synchronization-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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æggende oplysninger om udvidelsen
| Navn |   |  
| ID | mhhcbjdgifnbfjpdppedcekihpnnljba | 
| Officiel URL | https://chromewebstore.google.com/detail/safari2chrome-bookmarks-s/mhhcbjdgifnbfjpdppedcekihpnnljba | 
| Beskrivelse | Keep your Chrome bookmarks up to date with the Safari bookmarks | 
| Filstørrelse | 573 KB | 
| Antal Installationer | 212 | 
| Nuværende Version | 1.0.3 | 
| Senest Opdateret | 2022-12-12 | 
| Udgivelsesdato | 2022-05-27 | 
| Bedømmelse | 3.00/5 Samlet 2 Bedømmelser | 
| Udvikler | https://safari2chrome.com | 
| [email protected] | |
| Betalingsmetode | in_app | 
| URL til Fortrolighedspolitik Side | https://safari2chrome.com/privacy.html | 
| Understøttede Sprog | 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"
    ]
}  |  |