iCloud Reminders Shortcut
Access your iPhone/iPad Reminders on Chrome within a snap
Was ist iCloud Reminders Shortcut?
iCloud Reminders Shortcut ist eine Chrome-Erweiterung, die von Daniel R. entwickelt wurde, und ihr Hauptmerkmal ist "Access your iPhone/iPad Reminders on Chrome within a snap".
Erweiterungsscreenshots
iCloud Reminders Shortcut-Erweiterungs-CRX-Datei herunterladen
Laden Sie iCloud Reminders Shortcut-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Access your iPhone/iPad Reminders on Chrome within a snap.
Open a new tab with your iPhone/iPad Reminders directly from the Chrome address bar.
This is not an official application. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eplindodloikpoelnafgdpjiebefecee |
| Offizielle URL | https://chromewebstore.google.com/detail/icloud-reminders-shortcut/eplindodloikpoelnafgdpjiebefecee |
| Beschreibung | Access your iPhone/iPad Reminders on Chrome within a snap |
| Dateigröße | 44.18 KB |
| Installationsanzahl | 10,000 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2013-03-23 |
| Veröffentlichungsdatum | 2013-03-23 |
| Bewertung | 4.15/5 Insgesamt 48 Bewertungen |
| Entwickler | Daniel R. |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "iCloud Reminders Shortcut",
"description": "Access your iPhone\/iPad Reminders on Chrome within a snap",
"version": "0.1",
"background": {
"scripts": [
"bg.js"
]
},
"browser_action": {
"default_icon": "icon_32x32.png"
},
"icons": {
"16": "icon_16x16.png",
"128": "icon_128x128.png"
},
"permissions": [
"https:\/\/www.icloud.com\/#reminders"
],
"manifest_version": 2
} | |