Pipeline Gmail

Bring the power of Pipeline to your Google inbox.

Pipeline Gmailとは何ですか?

Pipeline Gmailはhttps://pipelinecrm.comによって開発されたChromeの拡張機能で、その主な機能は「Bring the power of Pipeline to your Google inbox.」です。

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

screenshot
screenshot
screenshot

Pipeline Gmail拡張機能のCRXファイルをダウンロード

Pipeline Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Pipeline Gmail Extension

Manage your sales pipeline in your Gmail and Google Apps inbox! The Pipeline Extension for Google Chrome adds CRM functionality to your inbox. Add and manage your contact & leads, view related deals, and add activities, tasks, and events. Also, you can file your email as an activity in Pipeline by clicking on the Pipeline icon that appears in the header of your email. 

At Pipeline, we provide amazing support! Since 2006 we have provided our customers with free US-based phone and email support. Email us at [email protected] or call us at 866-702-7303.                    

拡張機能の基本情報

名前 Pipeline Gmail Pipeline Gmail
ID fdfifknmbmalmgdjmnhkcfholdgacikl
公式URL https://chromewebstore.google.com/detail/pipeline-gmail/fdfifknmbmalmgdjmnhkcfholdgacikl
説明 Bring the power of Pipeline to your Google inbox.
ファイルサイズ 354 KB
インストール数 413
現在のバージョン 2.7.17
最終更新日 2023-12-15
公開日 2019-08-27
評価 4.80/5 合計 20 レビュー
開発者 https://pipelinecrm.com
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://help.pipelinecrm.com/article/119-chrome-extension-for-gmail
プライバシーポリシーページのURL https://www.pipelinedeals.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pipeline Gmail",
    "short_name": "Pipeline",
    "description": "Bring the power of Pipeline to your Google inbox.",
    "version": "2.7.17",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "dist\/js\/content.js"
            ],
            "css": [
                "dist\/css\/datepicker3.css",
                "dist\/css\/jquery.timepicker.css",
                "dist\/css\/pipeline_gmail.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/oauth.io\/*",
        "http:\/\/pld.com\/*",
        "https:\/\/api.pipelinecrm.com\/*",
        "https:\/\/app.pipelinecrm.com\/*",
        "https:\/\/www.pipelinecrm.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/oauth.io\/*"
        ]
    },
    "background": {
        "scripts": [
            "dist\/js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "dist\/js\/main.js"
    ],
    "options_page": "dist\/options.html",
    "icons": {
        "48": "dist\/img\/icon-48.png",
        "128": "dist\/img\/icon-128.png"
    }
}