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
官方網址 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
電子郵箱 [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"
    }
}