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…」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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"
    }
}