Contact Sync

Link LinkedIn Contact with Google Contact

Τι είναι το Contact Sync;

Το Contact Sync είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον happy.ch.dev, και η κύρια λειτουργία του είναι "Link LinkedIn Contact with Google Contact".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Contact Sync

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

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

                        Do you wish you could search a LinkedIn contact based on some keywords such as “met at the TED conference”? or keep some personal notes of your LinkedIn contacts?

Now you can with this browser extension. It links Gmail contacts with LinkedIn contacts and allows you to
complement LinkedIn's capability with Gmail’s more easily.

## Usage

### Start from a Linked profile page
Open a LinkedIn profile page. The extension will only activate if the current page is a LinkedIn profile page.

Click the extension icon to search the person in your Gmail contacts.

If this is the first time you use the extension, you will need to grant permission for this extension to access 
your Gmail contacts. 

If the extension finds Gmail contacts with a website associated with the same LinkedIn profile URL,
  it will open new tabs to allow you to view and modify Gmail contacts. 
Otherwise, it will show you possible matches based on the person's name in a pop-up window.
Use the view button to view them in separate tabs.
Click the associate button next to a candidate to add the LinkedIn profile URL to the existing contact's website field. 
Or select the "create new contact" button to create a new contact.

### Start from a Gmail contact page
Click the associated LinkedIn profile page URL to navigate to the corresponding LinkedIn page.

# Terms of use
Unless required by applicable law or agreed to in writing, this extension is distributed on an "AS IS" BASIS, WITHOUT 
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

# Privacy Policy

What information collected
None other than what standard information the Chrome browser collects.

# Change Log
## version 0.6
- Changed the name of the extension
- Updated the extension format to the new version 3 format                    

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

Όνομα Contact Sync Contact Sync
ID fcijihmlacmhkgookppmmiflfjjplodk
Επίσημο URL https://chromewebstore.google.com/detail/contact-sync/fcijihmlacmhkgookppmmiflfjjplodk
Περιγραφή Link LinkedIn Contact with Google Contact
Μέγεθος Αρχείου 41.07 KB
Αριθμός Εγκαταστάσεων 48
Τρέχουσα Έκδοση 0.6.2
Τελευταία Ενημέρωση 2022-08-10
Ημερομηνία Δημοσίευσης 2022-08-10
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής happy.ch.dev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://linkedin-sync.mocca.cyou/
URL της Σελίδας Πολιτικής Απορρήτου http://linkedin-sync.mocca.cyou
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contact Sync",
    "version": "0.6.2",
    "description": "Link LinkedIn Contact with Google Contact",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Sync Contact",
        "default_icon": "Contact-Sync-Extension-48-48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "identity",
        "storage",
        "declarativeContent",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/in\/*",
        "https:\/\/www.google.com\/"
    ],
    "oauth2": {
        "client_id": "398301134382-5f3fmg4sdn0ktomrfr0jlahb5n3ft39i.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/contacts"
        ]
    },
    "icons": {
        "16": "Contact-Sync-Extension-16-16.png",
        "48": "Contact-Sync-Extension-48-48.png",
        "128": "Contact-Sync-Extension-128-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk2417sqc+68jTGGzhdTNig10goWL4lPnm2c2l9SqqruiWDMyiC1gSwIc46R13dowAoKHJhP0b8\/m9pxuzOkFzXp7KaF6uqSXHjL9UkLf5xTvbvzVpAmwFDUy9k1CnPd9wNVY\/7ZbmyH4YjRlKzHof8UrNcKlbl01K6CurJllZEnbz8wjCGbBZ\/3QaHIRYCIrgPQaBBptzvg+emQ0HJWuPKtPRkofHeln81TW3mJGa2JYFDlX+BD7uFKGXowyaLL9FJ5UGHUkV8NqCNflk4tG6G8qbCA2VnIiH8GMAuTq3BCbPjLIyY3XvLjTK7DjkJxodDpMtVpT1rWenTtMY8+pVQIDAQAB",
    "manifest_version": 3
}