iCloud Reminders Shortcut

Access your iPhone/iPad Reminders on Chrome within a snap

What is iCloud Reminders Shortcut?

iCloud Reminders Shortcut is a Chrome extension developed by Daniel R., and its main feature is "Access your iPhone/iPad Reminders on Chrome within a snap".

Extension Screenshots

screenshot

Download iCloud Reminders Shortcut Extension CRX File

Download iCloud Reminders Shortcut extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name iCloud Reminders Shortcut iCloud Reminders Shortcut
ID eplindodloikpoelnafgdpjiebefecee
Official URL https://chromewebstore.google.com/detail/icloud-reminders-shortcut/eplindodloikpoelnafgdpjiebefecee
Description Access your iPhone/iPad Reminders on Chrome within a snap
File Size 44.18 KB
Installation Count 10,000
Current Version 0.1
Last Updated 2013-03-23
Publish Date 2013-03-23
Rating 4.15/5 Total 48 Ratings
Developer Daniel R.
Payment Type free
Supported Languages 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
}