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文件
下载maverick扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |