Vtiger for Gmail

Vtiger for Gmail TM

Vtiger for Gmailคืออะไร?

Vtiger for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.vtiger.com และคุณลักษณะหลักของมันคือ "Vtiger for Gmail TM"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vtiger for Gmail

ดาวน์โหลดไฟล์ส่วนขยาย Vtiger for Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        See and Update your customer data from within Gmail.

Vtiger CRM plugin for Gmail shows CRM data within Gmail in a side panel. If you are salesperson viewing an email from a customer, you can now see the past notes, & opportunities within Gmail. Not only that, you can add new notes, create follow-up events, & do more with the plugin.

If you are customer service representative, you can view related tickets when you view an email from a customer.

About Vtiger CRM
---------------------
Vtiger CRM builds 360-degree historical views of your contacts and deals so that you know your customers and business better, win more deals and uncover new opportunities. 

Link Vtiger to your Google contacts, calendars, and emails and work from Google Apps or Vtiger, with information, completely synchronized. Need to do more? Head to Vtiger to do all of the following, and more, and now, you can see information from Vtiger CRM records in Gmail, too !

* Work with a supercharged Rolodex of contacts, accounts, and deals
* Attach notes, emails, docs, calls, deals, tickets, and more
* Create triggered follow-up / meeting alerts
* Place, receive, log, and record phone calls
* Find out which campaigns generate the most revenue
* Send targeted email marketing campaigns and measure open/engagement
* Create and manage customer service tickets (even automatically from emails!)
* Send quotes and invoices and receive online payments
* Track unsold and sold inventory
* Create, assign, and manage projects and tasks
* Manage employee lead/deal assignments
* Control employee record visibility and access                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Vtiger for Gmail Vtiger for Gmail
ID ajbdencgojbanpbmjaafdleiadnabndg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vtiger-for-gmail/ajbdencgojbanpbmjaafdleiadnabndg
คำอธิบาย Vtiger for Gmail TM
ขนาดไฟล์ 1.25 MB
จำนวนการติดตั้ง 1,627
เวอร์ชันปัจจุบัน 0.0.3.13
อัปเดตครั้งล่าสุด 2024-03-03
วันที่เผยแพร่ 2019-02-22
คะแนน 3.20/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://www.vtiger.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.vtiger.com
URL หน้าช่วยเหลือ https://www.vtiger.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.vtiger.com/policy-legal-center/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vtiger for Gmail",
    "short_name": "Vtiger for Gmail",
    "description": "Vtiger for Gmail TM",
    "icons": {
        "16": "assets\/images\/vtiger16.png",
        "48": "assets\/images\/vtiger48.png",
        "128": "assets\/images\/vtiger128.png"
    },
    "version": "0.0.3.13",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/localhost\/*",
                "https:\/\/*.vtiger.ws\/*",
                "https:\/\/*.vtiger.com\/*"
            ],
            "js": [
                "js\/vtigercontent.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "js\/*.*",
        "templates\/*.*",
        "assets\/images\/*.*",
        "css\/*.*",
        "libs\/*.*"
    ],
    "permissions": []
}