Pipeline Gmail

Bring the power of Pipeline to your Google inbox.

Pipeline Gmail क्या है?

Pipeline Gmail https://pipelinecrm.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring the power of Pipeline to your Google inbox."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pipeline Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}