iLink CRMOD Calendar Extension
Oracle CRM On Demand Calendar Integration
What is iLink CRMOD Calendar Extension?
iLink CRMOD Calendar Extension is a Chrome extension developed by https://cloudtrio.com, and its main feature is "Oracle CRM On Demand Calendar Integration".
Extension Screenshots
Download iLink CRMOD Calendar Extension Extension CRX File
Download iLink CRMOD Calendar Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | iLink CRMOD Calendar Extension |
ID | ddbfenndfodmhdncnmohapiioabfbdnm |
Official URL | https://chromewebstore.google.com/detail/ilink-crmod-calendar-exte/ddbfenndfodmhdncnmohapiioabfbdnm |
Description | Oracle CRM On Demand Calendar Integration |
File Size | 50.19 KB |
Installation Count | 184 |
Current Version | 1.07 |
Last Updated | 2018-03-09 |
Publish Date | 2018-03-09 |
Developer | https://cloudtrio.com |
[email protected] | |
Payment Type | free |
Extension Website | https://cloudtrio.com |
Help Page URL | https://cloudtrio.com |
Privacy Policy Page URL | http://cloudtrio.com/PrivacyPolicy.aspx |
Supported Languages | 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 } |