Gmail Integration Plugin for SuiteCRM
Google Chrome - Gmail plugins for SuiteCRM
Was ist Gmail Integration Plugin for SuiteCRM?
Gmail Integration Plugin for SuiteCRM ist eine Chrome-Erweiterung, die von CRMTiger Technologies LLP entwickelt wurde, und ihr Hauptmerkmal ist "Google Chrome - Gmail plugins for SuiteCRM".
Erweiterungsscreenshots
Gmail Integration Plugin for SuiteCRM-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gmail Integration Plugin for SuiteCRM-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
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
Grundlegende Informationen zur Erweiterung
Name | Gmail Integration Plugin for SuiteCRM |
ID | cmkcmgpdiifdgjdjfmiihdbdmeobonap |
Offizielle URL | https://chromewebstore.google.com/detail/gmail-integration-plugin/cmkcmgpdiifdgjdjfmiihdbdmeobonap |
Beschreibung | Google Chrome - Gmail plugins for SuiteCRM |
Dateigröße | 358 KB |
Installationsanzahl | 145 |
Aktuelle Version | 2.1 |
Letztes Update | 2024-02-09 |
Veröffentlichungsdatum | 2020-07-02 |
Entwickler | CRMTiger Technologies LLP |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.varianceinfotech.com/privacy-policy |
Unterstützte Sprachen | 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": [ " |