Gmail Integration Plugin for SuiteCRM

Google Chrome - Gmail plugins for SuiteCRM

Что такое Gmail Integration Plugin for SuiteCRM?

Gmail Integration Plugin for SuiteCRM - это расширение Chrome, разработанное CRMTiger Technologies LLP, и его основная функция - "Google Chrome - Gmail plugins for SuiteCRM".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Gmail Integration Plugin for SuiteCRM

Скачайте файлы расширений Gmail Integration Plugin for SuiteCRM в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        GSync SuiteCRM for Gmail is a secure  time-saving tool for SuiteCRM users in Gmail.
See, search and Add/edit Contacts, Leads, Accounts from SuiteCRM inside Gmail.  

Features:

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

Works with SuiteCRM Community Edition from 7.0.* to Latest Versions                    

Основная информация о расширении

Название Gmail Integration Plugin for SuiteCRM Gmail Integration Plugin for SuiteCRM
ID cmkcmgpdiifdgjdjfmiihdbdmeobonap
Официальный URL https://chromewebstore.google.com/detail/gmail-integration-plugin/cmkcmgpdiifdgjdjfmiihdbdmeobonap
Описание Google Chrome - Gmail plugins for SuiteCRM
Размер файла 358 KB
Количество установок 145
Текущая Версия 2.1
Последнее Обновление 2024-02-09
Дата публикации 2020-07-02
Разработчик CRMTiger Technologies LLP
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.varianceinfotech.com/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gmail Integration Plugin for SuiteCRM",
    "description": "Google Chrome - Gmail plugins for SuiteCRM",
    "version": "2.1",
    "action": {
        "default_title": "Gmail Integration Plugin for SuiteCRM",
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "backgroud-js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "libs\/select2.min.js",
                "libs\/jquery-ui.js",
                "libs\/md5.js",
                "libs\/jquery.timepicker.min.js",
                "libs\/jquery.datetimepicker.min.js",
                "libs\/gmail.js",
                "js\/loader.js",
                "js\/alert.js",
                "common\/constant.js",
                "common\/CustomLocalStorage.js",
                "common\/CustomChromeStorage.js",
                "common\/userHelper.js",
                "common\/gmailHelper.js",
                "common\/elementCreater.js",
                "js\/login.js",
                "js\/comments.js",
                "js\/summery.js",
                "js\/contact.js",
                "js\/contentscript.js"
            ],
            "css": [
                "layout\/css\/main.css",
                "layout\/css\/select2.min.css",
                "layout\/css\/jquery-ui.css",
                "layout\/css\/jquery.timepicker.min.css",
                "layout\/css\/jquery.datetimepicker.min.css",
                "layout\/css\/bootstrap-select.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "scripting",
        "webRequest",
        "declarativeNetRequest"
    ],
    "content_security_policy": {
        "extension_page": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "layout\/html\/dashboard.html",
                "layout\/img\/logo.png",
                "layout\/img\/loader.gif",
                "layout\/css\/rtl.css",
                "layout\/img\/user.png",
                "layout\/html\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}