maverick
Transform your business development efforts into a cohesive, measurable strategy with tools and processes designed to deliver more…
maverick란 무엇입니까?
maverick은(는) https://maverickapp.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transform your business development efforts into a cohesive, measurable strategy with tools and processes designed to deliver more…"입니다.
확장 프로그램 스크린샷
maverick 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Transform your business development efforts into a cohesive, measurable strategy with tools and processes designed to deliver more quality conversations and more closed business. Maverick isn’t a marketing automation tool disguised as another CRM and sold to you as a sales tool. Marketing automation tools are not designed to nurture sales leads and close business. Maverick addresses the true workflow bottlenecks facing sales and enablement reps, by enabling them to act as an extension of themselves. Netting your business more effective and efficient outputs.
확장 프로그램 기본 정보
이름 | maverick |
ID | dimfjlglnagplmcoabjbhoefnljgpbfb |
공식 URL | https://chromewebstore.google.com/detail/maverick/dimfjlglnagplmcoabjbhoefnljgpbfb |
설명 | Transform your business development efforts into a cohesive, measurable strategy with tools and processes designed to deliver more… |
파일 크기 | 24.79 KB |
설치 횟수 | 65 |
현재 버전 | 0.0.6 |
최근 업데이트 | 2021-02-04 |
출시 날짜 | 2020-07-12 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://maverickapp.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://maverickapp.io |
도움말 페이지 URL | https://www.maverickapp.io/privacy-policy |
개인정보 보호 정책 페이지 URL | https://www.maverickapp.io/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "maverick", "version": "0.0.6", "homepage_url": "https:\/\/app.maverickapp.io", "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", "https:\/\/app.maverickapp.io\/" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "inboxsdk.js", "loader.js" ] } ], "icons": { "16": "icon-16.png", "32": "icon-32.png", "80": "icon-80.png" } } |