CRMTiger - Gmail Plugin for vTiger CRM

CRMTiger Extension for vTiger help you to connect Gmail email and transform it to Lead/contact/organisation/vendor in vTiger CRM

Was ist CRMTiger - Gmail Plugin for vTiger CRM?

CRMTiger - Gmail Plugin for vTiger CRM ist eine Chrome-Erweiterung, die von CRMTiger Technologies LLP entwickelt wurde, und ihr Hauptmerkmal ist "CRMTiger Extension for vTiger help you to connect Gmail email and transform it to Lead/contact/organisation/vendor in vTiger CRM".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

CRMTiger - Gmail Plugin for vTiger CRM-Erweiterungs-CRX-Datei herunterladen

Laden Sie CRMTiger - Gmail Plugin for vTiger CRM-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Gmail Plugin for vTigerCRM is a secure time-saving tool for vTigerCRM users in Gmail.
See, search and Add/Edit Contacts, Leads, Accounts, Vendors from vTigerCRM inside Gmail.

Features:

1) Automatic find and open module on right pane of gmail based on email opened.
2) Create, edit and search vTigerCRM modules including Contacts, Leads, Notes, etc.
3) Attach email directly from Gmail.
4) Browse related module records.

Works with vTigerCRM version from 7.0.* to Latest Versions                    

Grundlegende Informationen zur Erweiterung

Name CRMTiger - Gmail Plugin for vTiger CRM CRMTiger - Gmail Plugin for vTiger CRM
ID fjpfahimngpakmhecahbelocpdklkpco
Offizielle URL https://chromewebstore.google.com/detail/crmtiger-gmail-plugin-for/fjpfahimngpakmhecahbelocpdklkpco
Beschreibung CRMTiger Extension for vTiger help you to connect Gmail email and transform it to Lead/contact/organisation/vendor in vTiger CRM
Dateigröße 433 KB
Installationsanzahl 48
Aktuelle Version 2.6
Letztes Update 2022-12-02
Veröffentlichungsdatum 2021-11-04
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler CRMTiger Technologies LLP
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CRMTiger - Gmail Plugin for vTiger CRM",
    "short_name": "VIPL",
    "description": "CRMTiger Extension for vTiger help you to connect Gmail email and transform it to Lead\/contact\/organisation\/vendor in vTiger CRM",
    "version": "2.6",
    "browser_action": {
        "default_title": "vTiger CRM",
        "default_icon": "icon.png",
        "default_popup": ".\/layout\/html\/popup\/ctc-vipl-popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "libs\/jquery.min.js",
            "common\/ctc-vipl-custom-local-storage.js",
            "common\/ctc-vipl-custom-chrome-storage.js",
            "common\/ctc-vipl-user-helper.js",
            "common\/ctc-vipl-gmail-helper.js",
            "backgroud-js\/ctc-vipl-context-menu.js",
            "backgroud-js\/ctc-vipl-ajax-call.js",
            "backgroud-js\/ctc-vipl-background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "libs\/select2.min.js",
                "libs\/md5.js",
                "libs\/jquery-ui.js",
                "libs\/jquery.timepicker.min.js",
                "libs\/gmail.js",
                "libs\/inboxsdk.js",
                "js\/ctc-vipl-loader.js",
                "js\/ctc-vipl-alert.js",
                "common\/ctc-vipl-constant.js",
                "common\/ctc-vipl-custom-local-storage.js",
                "common\/ctc-vipl-custom-chrome-storage.js",
                "common\/ctc-vipl-user-helper.js",
                "common\/ctc-vipl-gmail-helper.js",
                "common\/ctc-vipl-element-creator.js",
                "js\/ctc-vipl-login.js",
                "js\/ctc-vipl-comments.js",
                "js\/ctc-vipl-summery.js",
                "js\/ctc-vipl-contact.js",
                "js\/ctc-vipl-quick-create.js",
                "js\/ctc-vipl-tracking-smry.js",
                "js\/ctc-vipl-content-script.js"
            ],
            "css": [
                "layout\/css\/ctc-vipl-main.css",
                "layout\/css\/select2.min.css",
                "layout\/css\/jquery-ui.css",
                "layout\/css\/jquery.timepicker.min.css",
                "layout\/css\/bootstrap-select.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "js\/ctc-vipl-linkedin-cnt-script.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "js\/ctc-vipl-facebook-cnt-script.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "js\/ctc-vipl-twitter-cnt-script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "*"
    ]
}