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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gmail & Office 365 Plugin for VTiger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Gmail & Office 365 Plugin for VTiger Gmail & Office 365 Plugin for VTiger
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": [
        "*"
    ]
}