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”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | ddbfenndfodmhdncnmohapiioabfbdnm |
| 官方網址 | 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
} | |