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:\/\/*\/"
    ]
}