Gmail & Office 365 Plugin for VTiger
VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).
Что такое Gmail & Office 365 Plugin for VTiger?
Gmail & Office 365 Plugin for VTiger - это расширение Chrome, разработанное offered by https://www.vtexperts.com, и его основная функция - "VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).".
Снимки экрана расширения
Скачать файл CRX расширения Gmail & Office 365 Plugin for VTiger
Скачайте файлы расширений Gmail & Office 365 Plugin for VTiger в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Corrensa is an extension integrating vTiger Open Source & Gmail/Outlook It enables users to view, create and update vTiger records without leaving their email(Gmail/Outlook). Features: - Create/Edit/View VTiger records from your email - Advanced Email Linking - Email Tracking - Attach & Save email attachments as documents in VTiger - Add Comments & Updates to any VTiger record - View Invoices/Quotes/Orders right from your email - Search your vtiger database To get started go to our website: https://www.corrensa.com Thanks!
Основная информация о расширении
Название | |
ID | cjflincdpnkojalcgfemcddkbclfoiff |
Официальный URL | https://chrome.google.com/webstore/detail/gmail-office-365-plugin-f/cjflincdpnkojalcgfemcddkbclfoiff |
Описание | VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa). |
Размер файла | 27.4 KB |
Количество установок | 593 |
Текущая Версия | 2.3 |
Последнее Обновление | 2018-02-05 |
Дата публикации | 2018-02-05 |
Рейтинг | 4.63/5 Всего 24 оценок |
Разработчик | offered by https://www.vtexperts.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.corrensa.com |
URL страницы помощи | http://www.corrensa.com/faq/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail & Office 365 Plugin for VTiger", "short_name": "Corrensa", "description": "VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).", "version": "2.3", "permissions": [ "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "js\/utils.js", "js\/startup.js" ], "persistent": false }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/outlook.office.com\/*", "*:\/\/outlook.office365.com\/*" ], "js": [ "js\/contentscript.js" ], "css": [] } ], "web_accessible_resources": [ "*" ] } |