maverick

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

Co to jest maverick?

maverick to rozszerzenie Chrome opracowane przez https://maverickapp.io, a jego główną funkcją jest „Transform your business development efforts into a cohesive, measurable strategy with tools and processes designed to deliver more…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia maverick

Pobierz pliki rozszerzeń maverick w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa maverick maverick
ID dimfjlglnagplmcoabjbhoefnljgpbfb
Oficjalny URL https://chromewebstore.google.com/detail/maverick/dimfjlglnagplmcoabjbhoefnljgpbfb
Opis Transform your business development efforts into a cohesive, measurable strategy with tools and processes designed to deliver more…
Rozmiar pliku 24.79 KB
Liczba instalacji 65
Aktualna Wersja 0.0.6
Ostatnia Aktualizacja 2021-02-04
Data Publikacji 2020-07-12
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://maverickapp.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://maverickapp.io
Adres URL Strony Pomocy https://www.maverickapp.io/privacy-policy
Adres URL Strony Polityki Prywatności https://www.maverickapp.io/privacy-policy
Obsługiwane Języki 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"
    }
}