Vtiger Buzz

Meet your New Personal Assistant

Vtiger Buzzคืออะไร?

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

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Vtiger Buzz is a personal assistant that gives you a bird's eye view of all your CRM activities, enabling you to view and reply to all notifications without switching out from your current browser window. Staying on top of your deals, cases, important meetings, customer interactions, and approvals has never been easier.

Buzz boosts your productivity and enables you to spend more time with your customers by - 

* Reaching out to you when your teammates need your help. 
* Alerting you about an important meeting.
* Nudging you to engage with prospects when they’re most interested in your offer.
* Reminding you to re-engage with a dormant prospect.
* Notifying you about an all-important approval.

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 and meeting alerts
* Place, receive, log, and record phone calls
* Find out which campaigns generate the most revenue
* Send targeted email marketing campaigns and measure engagement
* Create and manage customer service tickets (automatically from email)
* 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 Buzz Vtiger Buzz
ID fgkjkeadmdepahconmiapfmegflbfpej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vtiger-buzz/fgkjkeadmdepahconmiapfmegflbfpej
คำอธิบาย Meet your New Personal Assistant
ขนาดไฟล์ 1.4 MB
จำนวนการติดตั้ง 872
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2019-02-07
วันที่เผยแพร่ 2019-02-07
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://www.vtiger.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.vtiger.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.vtiger.com/policy-legal-center/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vtiger Buzz",
    "short_name": "Vtiger Buzz",
    "description": "Meet your New Personal Assistant",
    "icons": {
        "16": "assets\/images\/vtiger16.png",
        "48": "assets\/images\/vtiger48.png",
        "128": "assets\/images\/vtiger128.png"
    },
    "version": "0.0.7",
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/vtiger16.png",
            "48": "assets\/images\/vtiger48.png",
            "128": "assets\/images\/vtiger128.png"
        },
        "default_title": "Vtiger Buzz",
        "default_popup": "templates\/index.html"
    },
    "background": {
        "scripts": [
            "js\/libs\/jquery.min.js",
            "js\/helper.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*",
                "https:\/\/*.vtiger.ws\/*",
                "https:\/\/*.vtiger.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "js\/*.*",
        "templates\/*.*",
        "assets\/images\/*.*",
        "css\/*.*",
        "libs\/*.*"
    ],
    "permissions": [
        "cookies",
        "http:\/\/localhost\/",
        "https:\/\/*.vtiger.ws\/",
        "https:\/\/*.vtiger.com\/"
    ]
}