maverick

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

Hvad er maverick?

maverick er en Chrome-udvidelse udviklet af https://maverickapp.io, og dens hovedfunktion er "Transform your business development efforts into a cohesive, measurable strategy with tools and processes designed to deliver more…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download maverick-udvidelses-CRX-fil

Download maverick-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn maverick maverick
ID dimfjlglnagplmcoabjbhoefnljgpbfb
Officiel URL https://chromewebstore.google.com/detail/maverick/dimfjlglnagplmcoabjbhoefnljgpbfb
Beskrivelse Transform your business development efforts into a cohesive, measurable strategy with tools and processes designed to deliver more…
Filstørrelse 24.79 KB
Antal Installationer 65
Nuværende Version 0.0.6
Senest Opdateret 2021-02-04
Udgivelsesdato 2020-07-12
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler https://maverickapp.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://maverickapp.io
Hjælpeside-URL https://www.maverickapp.io/privacy-policy
URL til Fortrolighedspolitik Side https://www.maverickapp.io/privacy-policy
Understøttede Sprog 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"
    }
}