Gmail & Office 365 Plugin for VTiger

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

O que é Gmail & Office 365 Plugin for VTiger?

Gmail & Office 365 Plugin for VTiger é uma extensão do Chrome desenvolvida por offered by https://www.vtexperts.com, e sua principal característica é "VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gmail & Office 365 Plugin for VTiger

Baixe arquivos de extensão Gmail & Office 365 Plugin for VTiger no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Gmail & Office 365 Plugin for VTiger Gmail & Office 365 Plugin for VTiger
ID cjflincdpnkojalcgfemcddkbclfoiff
URL Oficial https://chrome.google.com/webstore/detail/gmail-office-365-plugin-f/cjflincdpnkojalcgfemcddkbclfoiff
Descrição VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).
Tamanho do Arquivo 27.4 KB
Contagem de Instalações 593
Versão Atual 2.3
Última Atualização 2018-02-05
Data de Publicação 2018-02-05
Classificação 4.63/5 Total de 24 Avaliações
Desenvolvedor offered by https://www.vtexperts.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.corrensa.com
URL da Página de Ajuda http://www.corrensa.com/faq/
Idiomas Suportados 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": [
        "*"
    ]
}