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によって開発されたChromeの拡張機能で、その主な機能は「VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).」です。

拡張機能のスクリーンショット

screenshot

Gmail & Office 365 Plugin for VTiger拡張機能のCRXファイルをダウンロード

Gmail & Office 365 Plugin for VTiger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
        "*"
    ]
}