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
Eメール [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
}