Cliently for Pipedrive
Cliently extension for Pipedrive.
Τι είναι το Cliently for Pipedrive;
Το Cliently for Pipedrive είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cliently.com, και η κύρια λειτουργία του είναι "Cliently extension for Pipedrive.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cliently for Pipedrive
Λήψη αρχείων επέκτασης Cliently for Pipedrive σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Made by salespeople for salespeople The Cliently Chrome extension allows users to control lead engagement within pipedrive more efficiently. Keep your contacts and leads engaged by sending them personalized emails, video messages, physical postcards, handwritten notes, and gifts directly from within pipedrive. Create automated smart flows, or send one off actions to further engage your lead. Additional Benefits of Cliently for pipedrive: Works with pipedrive Contacts Syncs (Pushes) your pipedrive records to Cliently Work from within Cliently or pipedrive
Βασικές Πληροφορίες Επέκτασης
Όνομα | Cliently for Pipedrive |
ID | koimplaajgobcjmhbecmhoimfbaijbmh |
Επίσημο URL | https://chromewebstore.google.com/detail/cliently-for-pipedrive/koimplaajgobcjmhbecmhoimfbaijbmh |
Περιγραφή | Cliently extension for Pipedrive. |
Μέγεθος Αρχείου | 26.58 KB |
Αριθμός Εγκαταστάσεων | 118 |
Τρέχουσα Έκδοση | 2020.1107.105.125 (prod_pipedrive) |
Τελευταία Ενημέρωση | 2020-04-16 |
Ημερομηνία Δημοσίευσης | 2020-04-15 |
Προγραμματιστής | https://cliently.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.bundle.js" ], "persistent": false }, "web_accessible_resources": [ "\/main\/*", "\/libs\/*", "\/assets\/*", "\/assets\/images\/*", "\/assets\/styles\/*" ], "manifest_version": 2, "version": "2020.1107.105.125", "version_name": "2020.1107.105.125 (prod_pipedrive)", "name": "Cliently for Pipedrive", "description": "Cliently extension for Pipedrive.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhncXMbwU5Tp8Xawwrgc95TZak+Gqmqku7tyEF6jWu4KzOOZBoTl+o4IaxVZlnAGj\/CBowOcFssiXyQHBFjwNoe4wz9AqI1U51kOo\/Uv1HW5Zp1Yc9\/Tnpd4L5R\/ucNNW1ZTYK5G6J3rRw9b\/BFf8nxrfTlmOJmYibQxRh3zwtiNN6UxPbLrAHV09F5AYrKlRBFfYgJgfiurv8C4lXroXdDMuHvB602SyjVG0MqP7O2YMzjMKgA5WGVUeVvEbVWr28g4FmGHDDcpKpb\/VnnLROFm1rsj87GwBS9HgWMziRoPvPBqonK3+Ge9NvYOjgz\/2PjKH+yRZ4UnNlBUoLE0IuwIDAQAB", "permissions": [ "activeTab", "externally_connectable", "storage", "tabs", "https:\/\/*.cliently.com\/", "https:\/\/accounts.google.com\/*", "https:\/\/www.googleapis.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.cliently.com\/*" ] }, "browser_action": { "default_title": "Cliently for Pipedrive" }, "icons": { "16": "assets\/images\/logo\/cliently_logo_red_16px.png", "32": "assets\/images\/logo\/cliently_logo_red_32px.png", "48": "assets\/images\/logo\/cliently_logo_red_48px.png", "128": "assets\/images\/logo\/cliently_logo_red_128px.png", "512": "assets\/images\/logo\/cliently_logo_red_512px.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |