iLink CRMOD Calendar Extension

Oracle CRM On Demand Calendar Integration

什么是iLink CRMOD Calendar Extension?

iLink CRMOD Calendar Extension是由https://cloudtrio.com开发的Chrome扩展程序,该扩展的主要功能是“Oracle CRM On Demand Calendar Integration”。

扩展截图

screenshot

下载iLink CRMOD Calendar Extension扩展crx文件

下载iLink CRMOD Calendar Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}