Affinity for Gmail
Streamline your relationships and workflows. Never drop the ball on anything important. Context where you need it.
Τι είναι το Affinity for Gmail;
Το Affinity for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://affinity.co, και η κύρια λειτουργία του είναι "Streamline your relationships and workflows. Never drop the ball on anything important. Context where you need it.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Affinity for Gmail
Λήψη αρχείων επέκτασης Affinity for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Using patented technology, Affinity helps teams manage and grow their networks by eliminating manual data entry and unlocking introductions to key decision-makers. Our Gmail Chrome extension enables you to manage your relationships, deal flow, and find new paths to introductions. ★ Actionable insights We analyze your inbox to surface unanswered emails and allow you to set reminders so your most important relationships stay warm. ★ View profiles While checking your inbox, easily view rich profiles of any person or organization and always know the status of a given relationship. ★ Take action Add notes on opportunities, set reminders, and add people or companies to an Affinity smart list right from your inbox. In industries where success is contingent upon maintaining high-touch relationships, Affinity allows you to get deeper insights into your network so you can more easily open doors and close deals. Interested in learning more? Visit affinity.co.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | dmgfneofbepinecipidiiogfamkfgjon |
Επίσημο URL | https://chromewebstore.google.com/detail/affinity-for-gmail/dmgfneofbepinecipidiiogfamkfgjon |
Περιγραφή | Streamline your relationships and workflows. Never drop the ball on anything important. Context where you need it. |
Μέγεθος Αρχείου | 27.32 MB |
Αριθμός Εγκαταστάσεων | 1,939 |
Τρέχουσα Έκδοση | 1.24.0 |
Τελευταία Ενημέρωση | 2023-09-07 |
Ημερομηνία Δημοσίευσης | 2020-06-06 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://affinity.co |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://support.affinity.co/hc/en-us |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.affinity.co/legal/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Affinity for Gmail", "version": "1.24.0", "description": "Streamline your relationships and workflows. Never drop the ball on anything important. Context where you need it.", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "128": "public\/img\/logos\/mark.png" }, "background": { "scripts": [ "public\/js\/background.js" ] }, "browser_action": { "default_icon": { "128": "public\/img\/logos\/mark.png" } }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "public\/css\/base.css" ], "js": [ "inboxsdk.js", "public\/js\/base.js" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAus2PZv80+5ea4r3CqYkl2Jd9WoHagIsWPMaFIOA2NpV1++jp3TiaYlideE6TIUhhOkARAgBuY8lDJO4h8oDNQwYs6A2Lk4mNwX33SVdTqzqLB6s\/ikvLEtCCFNrMS42Nr37QDfHmBFDGc+nbF2wOkf7xFsSgw43UhdU\/cgxtSuD+sytZxNDqspMER+FdbCl+doI4nhN890rIWmUdZiB+uzDgSEg2qX\/Msp15MpxdxyJONrZbRuIMHy+l+j2FKOHEBgbe\/5A1q0C4XSSISWvIFFGd0pV4oSMJAbjQ7Lw+ztf+5MIc46NnlpfxwfUg1c1cQPF10yUB+lTDFvY5+dOPMQIDAQAB", "permissions": [ "alarms", "storage", "webNavigation", "https:\/\/mail.google.com\/", "https:\/\/*.clay.affinity.vc\/", "https:\/\/*.dev.affinity.vc\/", "https:\/\/*.test.affinity.vc\/", "https:\/\/*.qa.affinity.vc\/", "https:\/\/*.affinity.co\/", "https:\/\/maps.googleapis.com\/" ], "web_accessible_resources": [ "public\/css\/*", "public\/img\/*", "public\/js\/*", "public\/icons\/*" ], "externally_connectable": { "matches": [ "https:\/\/affinity.co\/browser-ext\/auth\/callback?*", "https:\/\/*.affinity.vc\/browser-ext\/auth\/callback?*", "https:\/\/*.affinity.vc:*\/browser-ext\/auth\/callback?*" ] } } |