maverick

Transform your business development efforts into a cohesive, measurable strategy with tools and processes designed to deliver more…

Was ist maverick?

maverick ist eine Chrome-Erweiterung, die von https://maverickapp.io entwickelt wurde, und ihr Hauptmerkmal ist "Transform your business development efforts into a cohesive, measurable strategy with tools and processes designed to deliver more…".

Erweiterungsscreenshots

screenshot
screenshot

maverick-Erweiterungs-CRX-Datei herunterladen

Laden Sie maverick-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name maverick maverick
ID dimfjlglnagplmcoabjbhoefnljgpbfb
Offizielle URL https://chromewebstore.google.com/detail/maverick/dimfjlglnagplmcoabjbhoefnljgpbfb
Beschreibung Transform your business development efforts into a cohesive, measurable strategy with tools and processes designed to deliver more…
Dateigröße 24.79 KB
Installationsanzahl 65
Aktuelle Version 0.0.6
Letztes Update 2021-02-04
Veröffentlichungsdatum 2020-07-12
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://maverickapp.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://maverickapp.io
Hilfeseite URL https://www.maverickapp.io/privacy-policy
URL der Datenschutzrichtlinien-Seite https://www.maverickapp.io/privacy-policy
Unterstützte Sprachen 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"
    }
}