Pipeline Gmail
Bring the power of Pipeline to your Google inbox.
Pipeline Gmail란 무엇입니까?
Pipeline Gmail은(는) https://pipelinecrm.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring the power of Pipeline to your Google inbox."입니다.
확장 프로그램 스크린샷
Pipeline Gmail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Pipeline Gmail Extension Manage your sales pipeline in your Gmail and Google Apps inbox! The Pipeline Extension for Google Chrome adds CRM functionality to your inbox. Add and manage your contact & leads, view related deals, and add activities, tasks, and events. Also, you can file your email as an activity in Pipeline by clicking on the Pipeline icon that appears in the header of your email. At Pipeline, we provide amazing support! Since 2006 we have provided our customers with free US-based phone and email support. Email us at [email protected] or call us at 866-702-7303.
확장 프로그램 기본 정보
이름 | Pipeline Gmail |
ID | fdfifknmbmalmgdjmnhkcfholdgacikl |
공식 URL | https://chromewebstore.google.com/detail/pipeline-gmail/fdfifknmbmalmgdjmnhkcfholdgacikl |
설명 | Bring the power of Pipeline to your Google inbox. |
파일 크기 | 354 KB |
설치 횟수 | 413 |
현재 버전 | 2.7.17 |
최근 업데이트 | 2023-12-15 |
출시 날짜 | 2019-08-27 |
평점 | 4.80/5 총 20 개의 평점 |
개발자 | https://pipelinecrm.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://help.pipelinecrm.com/article/119-chrome-extension-for-gmail |
개인정보 보호 정책 페이지 URL | https://www.pipelinedeals.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pipeline Gmail", "short_name": "Pipeline", "description": "Bring the power of Pipeline to your Google inbox.", "version": "2.7.17", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "dist\/js\/content.js" ], "css": [ "dist\/css\/datepicker3.css", "dist\/css\/jquery.timepicker.css", "dist\/css\/pipeline_gmail.css" ] } ], "permissions": [ "https:\/\/oauth.io\/*", "http:\/\/pld.com\/*", "https:\/\/api.pipelinecrm.com\/*", "https:\/\/app.pipelinecrm.com\/*", "https:\/\/www.pipelinecrm.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/oauth.io\/*" ] }, "background": { "scripts": [ "dist\/js\/background.js" ] }, "web_accessible_resources": [ "dist\/js\/main.js" ], "options_page": "dist\/options.html", "icons": { "48": "dist\/img\/icon-48.png", "128": "dist\/img\/icon-128.png" } } |