Gmail & Office 365 Plugin for VTiger

VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).

Qu'est-ce que Gmail & Office 365 Plugin for VTiger ?

Gmail & Office 365 Plugin for VTiger est une extension Chrome développée par offered by https://www.vtexperts.com, et sa fonction principale est "VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Gmail & Office 365 Plugin for VTiger

Téléchargez les fichiers d'extension Gmail & Office 365 Plugin for VTiger au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Gmail & Office 365 Plugin for VTiger Gmail & Office 365 Plugin for VTiger
ID cjflincdpnkojalcgfemcddkbclfoiff
URL Officiel https://chrome.google.com/webstore/detail/gmail-office-365-plugin-f/cjflincdpnkojalcgfemcddkbclfoiff
Description VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).
Taille du Fichier 27.4 KB
Nombre d'Installations 593
Version Actuelle 2.3
Dernière Mise à Jour 2018-02-05
Date de Publication 2018-02-05
Évaluation 4.63/5 Total 24 Évaluations
Développeur offered by https://www.vtexperts.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.corrensa.com
URL de la Page d'Aide http://www.corrensa.com/faq/
Langues Prises en Charge 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": [
        "*"
    ]
}