maverick
Transform your business development efforts into a cohesive, measurable strategy with tools and processes designed to deliver more…
Apa itu maverick?
maverick adalah ekstensi Chrome yang dikembangkan oleh https://maverickapp.io, dan fitur utamanya adalah "Transform your business development efforts into a cohesive, measurable strategy with tools and processes designed to deliver more…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi maverick
Unduh file ekstensi maverick dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | maverick |
ID | dimfjlglnagplmcoabjbhoefnljgpbfb |
URL Resmi | https://chromewebstore.google.com/detail/maverick/dimfjlglnagplmcoabjbhoefnljgpbfb |
Deskripsi | Transform your business development efforts into a cohesive, measurable strategy with tools and processes designed to deliver more… |
Ukuran File | 24.79 KB |
Jumlah Instalasi | 65 |
Versi Saat Ini | 0.0.6 |
Terakhir Diperbarui | 2021-02-04 |
Tanggal Publikasi | 2020-07-12 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | https://maverickapp.io |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://maverickapp.io |
URL Halaman Bantuan | https://www.maverickapp.io/privacy-policy |
URL Halaman Kebijakan Privasi | https://www.maverickapp.io/privacy-policy |
Bahasa yang Didukung | 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" } } |