Gmail & Office 365 Plugin for VTiger
VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).
Wat is Gmail & Office 365 Plugin for VTiger?
Gmail & Office 365 Plugin for VTiger is een Chrome-extensie ontwikkeld door offered by https://www.vtexperts.com, en de belangrijkste functie is "VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).".
Extensie Screenshots
Download het CRX-bestand van de extensie Gmail & Office 365 Plugin for VTiger
Download Gmail & Office 365 Plugin for VTiger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | cjflincdpnkojalcgfemcddkbclfoiff |
Officiële URL | https://chrome.google.com/webstore/detail/gmail-office-365-plugin-f/cjflincdpnkojalcgfemcddkbclfoiff |
Beschrijving | VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa). |
Bestandsgrootte | 27.4 KB |
Aantal Installaties | 593 |
Huidige Versie | 2.3 |
Laatst Bijgewerkt | 2018-02-05 |
Publicatiedatum | 2018-02-05 |
Beoordeling | 4.63/5 Totaal 24 Beoordelingen |
Ontwikkelaar | offered by https://www.vtexperts.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.corrensa.com |
Help Pagina-URL | http://www.corrensa.com/faq/ |
Ondersteunde Talen | 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": [ "*" ] } |