Gmail & Office 365 Plugin for VTiger
VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).
Gmail & Office 365 Plugin for VTigerคืออะไร?
Gmail & Office 365 Plugin for VTiger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย offered by https://www.vtexperts.com และคุณลักษณะหลักของมันคือ "VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail & Office 365 Plugin for VTiger
ดาวน์โหลดไฟล์ส่วนขยาย Gmail & Office 365 Plugin for VTiger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Corrensa is an extension integrating vTiger Open Source & Gmail/Outlook It enables users to view, create and update vTiger records without leaving their email(Gmail/Outlook). Features: - Create/Edit/View VTiger records from your email - Advanced Email Linking - Email Tracking - Attach & Save email attachments as documents in VTiger - Add Comments & Updates to any VTiger record - View Invoices/Quotes/Orders right from your email - Search your vtiger database To get started go to our website: https://www.corrensa.com Thanks!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cjflincdpnkojalcgfemcddkbclfoiff |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gmail-office-365-plugin-f/cjflincdpnkojalcgfemcddkbclfoiff |
คำอธิบาย | VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa). |
ขนาดไฟล์ | 27.4 KB |
จำนวนการติดตั้ง | 593 |
เวอร์ชันปัจจุบัน | 2.3 |
อัปเดตครั้งล่าสุด | 2018-02-05 |
วันที่เผยแพร่ | 2018-02-05 |
คะแนน | 4.63/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | offered by https://www.vtexperts.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.corrensa.com |
URL หน้าช่วยเหลือ | http://www.corrensa.com/faq/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail & Office 365 Plugin for VTiger", "short_name": "Corrensa", "description": "VTExperts the most trusted Extension developer for VTiger. Gmail & Office 365 Plugin for VTiger (Corrensa).", "version": "2.3", "permissions": [ "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "js\/utils.js", "js\/startup.js" ], "persistent": false }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/outlook.office.com\/*", "*:\/\/outlook.office365.com\/*" ], "js": [ "js\/contentscript.js" ], "css": [] } ], "web_accessible_resources": [ "*" ] } |