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是由offered by https://www.vtexperts.com开发的Chrome扩展程序,该扩展的主要功能是“VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).”。
扩展截图
下载Gmail & Office 365 Plugin for VTiger扩展crx文件
下载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": [ "*" ] } |