Gmail Integration for Sage CRM
Gmail Integration for Sage CRM
Gmail Integration for Sage CRMคืออะไร?
Gmail Integration for Sage CRM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Greytrix และคุณลักษณะหลักของมันคือ "Gmail Integration for Sage CRM"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail Integration for Sage CRM
ดาวน์โหลดไฟล์ส่วนขยาย Gmail Integration for Sage CRM ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Greytrix delivers integration of Sage CRM with Gmail, Google Contacts and Google Calendar. Greytrix Chrome extension for Gmail makes it easier to file emails as communications, contacts as person, etc. in Sage CRM with its easy to use and intuitive interface. Supports - Both Desktop (all versions) and Cloud Sage CRM. Download Installation Guide - http://bit.ly/14sGuCD Features - Sync emails as communications - Sync Contacts as Persons - View Sage CRM Contact information Coming Soon - Create Company - Create Opportunity - Create Lead By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gmail Integration for Sage CRM |
ID | ngflpcjkokmmibdmacfpfolnbebmmgkk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gmail-integration-for-sag/ngflpcjkokmmibdmacfpfolnbebmmgkk |
คำอธิบาย | Gmail Integration for Sage CRM |
ขนาดไฟล์ | 236 KB |
จำนวนการติดตั้ง | 115 |
เวอร์ชันปัจจุบัน | 2.0.1 |
อัปเดตครั้งล่าสุด | 2022-11-05 |
วันที่เผยแพร่ | 2019-08-08 |
คะแนน | 4.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Greytrix |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | http://www.greytrix.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.greytrix.com/terms-privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Integration for Sage CRM", "short_name": "GUMU 4 SAGE", "version": "2.0.1", "manifest_version": 2, "description": "Gmail Integration for Sage CRM", "background": { "page": "background.html" }, "icons": { "16": "images\/Icon-4-2-16.png", "128": "images\/Icon-4-2.png" }, "externally_connectable": { "matches": [ "http:\/\/mail.google.com\/mail*", "https:\/\/mail.google.com\/mail*", "http:\/\/mail.google.com\/a\/*", "https:\/\/mail.google.com\/a\/*" ] }, "content_scripts": [ { "js": [ "lib\/jquery.min.js", "scripts\/gmail.js" ], "matches": [ "http:\/\/mail.google.com\/mail*", "https:\/\/mail.google.com\/mail*", "http:\/\/mail.google.com\/a\/*", "https:\/\/mail.google.com\/a\/*" ], "run_at": "document_end", "all_frames": true } ], "options_page": "options.html", "permissions": [ "identity", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/www.googleapis.com\/" ], "converted_from_user_script": true, "web_accessible_resources": [ "lib\/*", "styles\/*" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoUj+eqNIUkU98xz5hLSNGs6I0Y4ofXkzkyll35pSeVWBGVZbq8Gr8ZCBWF7iFSLpOkXn2H1\/96NPMx\/3UFqWVQrqOxbpTwRDA44lPavdT4eZx0n7B9OTnddeI9O5i3xvOKrobZmx5OOBlTcwslGDzfqq5j8zPE70nBJlB+sxSobDB\/KDABeZrVJwsST9g1OL\/TyMc3v1S0BfODj9k7E\/lzy4fpEz85cEFXBmmW4AkoLsuwg+P5U2b1dbPS2Ge+Zl8LUx\/Whyhk56TENvOZKlrXFihtdF5hSC\/Pn6A2nfj4LrVAChbRED50Re\/iECNeNrQJ7O\/NIgmyo\/ZY83XubiGQIDAQAB", "oauth2": { "client_id": "578694510896-n4153t2ccjc1l4sm5tunvm12oppdjsne.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly", "https:\/\/www.googleapis.com\/auth\/drive", "https:\/\/www.googleapis.com\/auth\/gmail.modify" ] } } |