Pipeline Gmail

Bring the power of Pipeline to your Google inbox.

Pipeline Gmail là gì?

Pipeline Gmail là một tiện ích mở rộng Chrome được phát triển bởi https://pipelinecrm.com, và tính năng chính của nó là "Bring the power of Pipeline to your Google inbox.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pipeline Gmail

Tải xuống các tệp mở rộng Pipeline Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pipeline Gmail Pipeline Gmail
ID fdfifknmbmalmgdjmnhkcfholdgacikl
URL Chính Thức https://chromewebstore.google.com/detail/pipeline-gmail/fdfifknmbmalmgdjmnhkcfholdgacikl
Mô tả Bring the power of Pipeline to your Google inbox.
Kích Thước Tệp 354 KB
Số Lần Cài Đặt 413
Phiên Bản Hiện Tại 2.7.17
Cập Nhật Lần Cuối 2023-12-15
Ngày Phát Hành 2019-08-27
Đánh Giá 4.80/5 Tổng số 20 Đánh Giá
Nhà Phát Triển https://pipelinecrm.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://help.pipelinecrm.com/article/119-chrome-extension-for-gmail
URL Trang Chính Sách Bảo Mật https://www.pipelinedeals.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}