Vtiger for Gmail
Vtiger for Gmail TM
Vtiger for Gmail란 무엇입니까?
Vtiger for Gmail은(는) https://www.vtiger.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vtiger for Gmail TM"입니다.
확장 프로그램 스크린샷
Vtiger for Gmail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [] } |