Gmail & Office 365 Plugin for VTiger
VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).
Cos'è Gmail & Office 365 Plugin for VTiger?
Gmail & Office 365 Plugin for VTiger è un'estensione di Chrome sviluppata da offered by https://www.vtexperts.com, e la sua funzione principale è "VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gmail & Office 365 Plugin for VTiger
Scarica i file di estensione Gmail & Office 365 Plugin for VTiger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | cjflincdpnkojalcgfemcddkbclfoiff |
| URL Ufficiale | https://chrome.google.com/webstore/detail/gmail-office-365-plugin-f/cjflincdpnkojalcgfemcddkbclfoiff |
| Descrizione | VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa). |
| Dimensione del File | 27.4 KB |
| Conteggio Installazioni | 593 |
| Versione Corrente | 2.3 |
| Ultimo Aggiornamento | 2018-02-05 |
| Data di Pubblicazione | 2018-02-05 |
| Valutazione | 4.63/5 Totale 24 Valutazioni |
| Sviluppatore | offered by https://www.vtexperts.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.corrensa.com |
| URL della Pagina di Aiuto | http://www.corrensa.com/faq/ |
| Lingue Supportate | 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": [
"*"
]
} | |