iLink CRMOD Calendar Extension
Oracle CRM On Demand Calendar Integration
iLink CRMOD Calendar Extensionคืออะไร?
iLink CRMOD Calendar Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cloudtrio.com และคุณลักษณะหลักของมันคือ "Oracle CRM On Demand Calendar Integration"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iLink CRMOD Calendar Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |