Contacts+ for Gmail

Enriched context about your contacts, without leaving your inbox.

Τι είναι το Contacts+ for Gmail;

Το Contacts+ for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://contactsplus.com, και η κύρια λειτουργία του είναι "Enriched context about your contacts, without leaving your inbox.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Contacts+ for Gmail

Λήψη αρχείων επέκτασης Contacts+ for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ➤ See at-a-glance information about your contacts
• Open a thread to see a full profile of the sender including photo, job title, location, and social links
• Quickly search your entire address book
• Scroll through your contacts’ latest tweets, to keep up with their activity

➤ Save time and edit your address book without leaving your inbox
• Quickly add and favorite contacts
• Edit key information or add private notes for any contact
• Easily copy contact information to your clipboard with one click

➤ Company profiles
• See detailed info about your contacts’ organizations
• Get company description, size, location, founding date, and social profiles

➤ Keep it all in sync
• All changes sync to Google, iCloud, and your devices
• Contacts+ has apps for iOS, Android, Web, and Mac
• Supports Gmail for Web

➤ NEW: Collaborate with your team
• Key features added for our Contacts+ for Teams subscribers
• Add new shared contacts and collaborate with team notes and tags

➤ In the Press
• Listed as one of the '4 Chrome extensions to make Gmail better right now' by PC World
• Featured on The Next Web, LifeHacker, and VentureBeat

➤ This App is for professional use and not intended for children under the age of 16, and we will never intentionally collect any information from users under the age of 16.

For more information, please visit our privacy policy.

Privacy: https://www.contactsplus.com/privacy/

Terms of Use: https://www.contactsplus.com/terms/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Contacts+ for Gmail Contacts+ for Gmail
ID cnaibnehbbinoohhjafknihmlopdhhip
Επίσημο URL https://chromewebstore.google.com/detail/contacts+-for-gmail/cnaibnehbbinoohhjafknihmlopdhhip
Περιγραφή Enriched context about your contacts, without leaving your inbox.
Μέγεθος Αρχείου 12.17 MB
Αριθμός Εγκαταστάσεων 63,105
Τρέχουσα Έκδοση 24.02.12.0611
Τελευταία Ενημέρωση 2024-02-13
Ημερομηνία Δημοσίευσης 2020-06-24
Αξιολόγηση 4.32/5 Συνολικά 622 Αξιολογήσεις
Προγραμματιστής https://contactsplus.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.contactsplus.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://support.contactsplus.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.contactsplus.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "background",
        "storage",
        "activeTab",
        "https:\/\/api.contactsplus.com\/",
        "https:\/\/app.contactsplus.com\/",
        "https:\/\/app-elb.contactsplus.com\/",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ],
    "offline_enabled": false,
    "author": "Contacts+",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "images\/cplus\/icon16.png",
        "48": "images\/cplus\/icon48.png",
        "128": "images\/cplus\/icon128.png"
    },
    "name": "Contacts+ for Gmail",
    "manifest_version": 2,
    "homepage_url": "https:\/\/www.contactsplus.com",
    "content_scripts": [
        {
            "js": [
                "inboxsdk.js",
                "revision.js",
                "rollbar.js",
                "out\/shared.js",
                "out\/bg-shared.js",
                "out\/content-script.js"
            ],
            "css": [
                "css\/lib.css",
                "css\/style.min.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "version": "24.02.12.0611",
    "incognito": "spanning",
    "background": {
        "scripts": [
            "out\/shared.js",
            "out\/bg-shared.js",
            "out\/background.js"
        ],
        "persistent": false
    },
    "description": "Enriched context about your contacts, without leaving your inbox.",
    "web_accessible_resources": [
        "out\/*",
        "images\/*"
    ],
    "browser_action": {
        "default_title": "Contacts+ for Gmail",
        "default_popup": "popup.html"
    }
}