iLink CRMOD Calendar Extension

Oracle CRM On Demand Calendar Integration

iLink CRMOD Calendar Extension क्या है?

iLink CRMOD Calendar Extension https://cloudtrio.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Oracle CRM On Demand Calendar Integration"।

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

screenshot

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

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

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

                        Calendar Extension for Oracle CRM On Demand.

Use this extension to add Google Calendar Events from your Google Calendar to Oracle CRM On Demand.

Key Features Include:

- Lookup existing CRMOD Appointments that have been added
- Add new CRMOD Appointments
- Fully integrated with iLink Calendar Synchronisation

Just click on the 'i' icon when viewing a calendar event.                    

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

नाम iLink CRMOD Calendar Extension iLink CRMOD Calendar Extension
ID ddbfenndfodmhdncnmohapiioabfbdnm
आधिकारिक URL https://chromewebstore.google.com/detail/ilink-crmod-calendar-exte/ddbfenndfodmhdncnmohapiioabfbdnm
विवरण Oracle CRM On Demand Calendar Integration
फ़ाइल का आकार 50.19 KB
स्थापना संख्या 184
वर्तमान संस्करण 1.07
अंतिम अपडेट 2018-03-09
प्रकाशन तिथि 2018-03-09
डेवलपर https://cloudtrio.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cloudtrio.com
सहायता पृष्ठ URL https://cloudtrio.com
गोपनीयता नीति पृष्ठ URL http://cloudtrio.com/PrivacyPolicy.aspx
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iLink CRMOD Calendar Extension",
    "description": "Oracle CRM On Demand Calendar Integration",
    "version": "1.07",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "https:\/\/i3cloud.com\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.google.com 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "iLink",
        "default_icon": "images\/icon.png",
        "default_popup": "iLinki.html"
    },
    "manifest_version": 2
}