iCloud Reminders Shortcut

Access your iPhone/iPad Reminders on Chrome within a snap

iCloud Reminders Shortcut क्या है?

iCloud Reminders Shortcut Daniel R. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access your iPhone/iPad Reminders on Chrome within a snap"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में iCloud Reminders Shortcut एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम iCloud Reminders Shortcut iCloud Reminders Shortcut
ID eplindodloikpoelnafgdpjiebefecee
आधिकारिक URL https://chromewebstore.google.com/detail/icloud-reminders-shortcut/eplindodloikpoelnafgdpjiebefecee
विवरण Access your iPhone/iPad Reminders on Chrome within a snap
फ़ाइल का आकार 44.18 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.1
अंतिम अपडेट 2013-03-23
प्रकाशन तिथि 2013-03-23
रेटिंग 4.15/5 कुल 48 रेटिंग्स
डेवलपर Daniel R.
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}