Pipeline Gmail

Bring the power of Pipeline to your Google inbox.

Was ist Pipeline Gmail?

Pipeline Gmail ist eine Chrome-Erweiterung, die von https://pipelinecrm.com entwickelt wurde, und ihr Hauptmerkmal ist "Bring the power of Pipeline to your Google inbox.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Pipeline Gmail-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pipeline Gmail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pipeline Gmail Pipeline Gmail
ID fdfifknmbmalmgdjmnhkcfholdgacikl
Offizielle URL https://chromewebstore.google.com/detail/pipeline-gmail/fdfifknmbmalmgdjmnhkcfholdgacikl
Beschreibung Bring the power of Pipeline to your Google inbox.
Dateigröße 354 KB
Installationsanzahl 413
Aktuelle Version 2.7.17
Letztes Update 2023-12-15
Veröffentlichungsdatum 2019-08-27
Bewertung 4.80/5 Insgesamt 20 Bewertungen
Entwickler https://pipelinecrm.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://help.pipelinecrm.com/article/119-chrome-extension-for-gmail
URL der Datenschutzrichtlinien-Seite https://www.pipelinedeals.com/privacy-policy
Unterstützte Sprachen 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"
    }
}