iCloud Reminders Shortcut
Access your iPhone/iPad Reminders on Chrome within a snap
Cos'è iCloud Reminders Shortcut?
iCloud Reminders Shortcut è un'estensione di Chrome sviluppata da Daniel R., e la sua funzione principale è "Access your iPhone/iPad Reminders on Chrome within a snap".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione iCloud Reminders Shortcut
Scarica i file di estensione iCloud Reminders Shortcut 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | eplindodloikpoelnafgdpjiebefecee |
| URL Ufficiale | https://chromewebstore.google.com/detail/icloud-reminders-shortcut/eplindodloikpoelnafgdpjiebefecee |
| Descrizione | Access your iPhone/iPad Reminders on Chrome within a snap |
| Dimensione del File | 44.18 KB |
| Conteggio Installazioni | 10,000 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2013-03-23 |
| Data di Pubblicazione | 2013-03-23 |
| Valutazione | 4.15/5 Totale 48 Valutazioni |
| Sviluppatore | Daniel R. |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |