iLink CRMOD Calendar Extension
Oracle CRM On Demand Calendar Integration
Co to jest iLink CRMOD Calendar Extension?
iLink CRMOD Calendar Extension to rozszerzenie Chrome opracowane przez https://cloudtrio.com, a jego główną funkcją jest „Oracle CRM On Demand Calendar Integration”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia iLink CRMOD Calendar Extension
Pobierz pliki rozszerzeń iLink CRMOD Calendar Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | iLink CRMOD Calendar Extension |
ID | ddbfenndfodmhdncnmohapiioabfbdnm |
Oficjalny URL | https://chromewebstore.google.com/detail/ilink-crmod-calendar-exte/ddbfenndfodmhdncnmohapiioabfbdnm |
Opis | Oracle CRM On Demand Calendar Integration |
Rozmiar pliku | 50.19 KB |
Liczba instalacji | 184 |
Aktualna Wersja | 1.07 |
Ostatnia Aktualizacja | 2018-03-09 |
Data Publikacji | 2018-03-09 |
Deweloper | https://cloudtrio.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://cloudtrio.com |
Adres URL Strony Pomocy | https://cloudtrio.com |
Adres URL Strony Polityki Prywatności | http://cloudtrio.com/PrivacyPolicy.aspx |
Obsługiwane Języki | 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 } |