Pipeline Gmail
Bring the power of Pipeline to your Google inbox.
Τι είναι το Pipeline Gmail;
Το Pipeline Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pipelinecrm.com, και η κύρια λειτουργία του είναι "Bring the power of Pipeline to your Google inbox.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pipeline Gmail
Λήψη αρχείων επέκτασης 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 |
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" } } |