iLink CRMOD Calendar Extension
Oracle CRM On Demand Calendar Integration
Hvad er iLink CRMOD Calendar Extension?
iLink CRMOD Calendar Extension er en Chrome-udvidelse udviklet af https://cloudtrio.com, og dens hovedfunktion er "Oracle CRM On Demand Calendar Integration".
Udvidelsesskærmbilleder
Download iLink CRMOD Calendar Extension-udvidelses-CRX-fil
Download iLink CRMOD Calendar Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | iLink CRMOD Calendar Extension |
ID | ddbfenndfodmhdncnmohapiioabfbdnm |
Officiel URL | https://chromewebstore.google.com/detail/ilink-crmod-calendar-exte/ddbfenndfodmhdncnmohapiioabfbdnm |
Beskrivelse | Oracle CRM On Demand Calendar Integration |
Filstørrelse | 50.19 KB |
Antal Installationer | 184 |
Nuværende Version | 1.07 |
Senest Opdateret | 2018-03-09 |
Udgivelsesdato | 2018-03-09 |
Udvikler | https://cloudtrio.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://cloudtrio.com |
Hjælpeside-URL | https://cloudtrio.com |
URL til Fortrolighedspolitik Side | http://cloudtrio.com/PrivacyPolicy.aspx |
Understøttede Sprog | 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 } |