LinkedIn to Airtable

Easily add LinkedIn profiles to Airtable with just one click

Τι είναι το LinkedIn to Airtable;

Το LinkedIn to Airtable είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://linkedintoairtable.com, και η κύρια λειτουργία του είναι "Easily add LinkedIn profiles to Airtable with just one click".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LinkedIn to Airtable

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

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

                        Our browser extension simplifies adding LinkedIn profile data by allowing users to effortlessly store it in Airtable. With just one click on the LinkedIn profile page, customers can quickly and easily organize their information, streamlining their workflow.

Our extension is perfect for anyone who regularly uses LinkedIn to collect professional information. Whether you're a recruiter, salesperson, or researcher, our tool saves you time and effort by automatically capturing essential profile data and sending it directly to Airtable.

To use our extension, simply navigate to any LinkedIn profile page and click the "Add to Airtable" button. The extension will automatically pull the individual's name, avatar, job title, location, and other relevant information and add it to your Airtable base.

With our browser extension, you can effortlessly add LinkedIn profiles to your Airtable base and manage your professional contacts with ease.

Effortlessly Add LinkedIn Profiles to Airtable with our Browser Extension in 4 Simple Steps:
1. Install the browser extension from the Chrome Web Store.
2. Grant the extension access to your Airtable account by signing in.
3. Select the Airtable base and table where you want to store the profile information.
4. Navigate to a LinkedIn profile page. and click the "Add to Airtable" button on the top of the page. the extension will automatically extract the individual's name, job title, company, location, and other relevant information from the LinkedIn profile.

If you have any questions, please feel free to contact us anytime via email at [email protected].                    

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

Όνομα LinkedIn to Airtable LinkedIn to Airtable
ID cnbfnjnfadkcidlmddmmhkbfbngephmk
Επίσημο URL https://chromewebstore.google.com/detail/linkedin-to-airtable/cnbfnjnfadkcidlmddmmhkbfbngephmk
Περιγραφή Easily add LinkedIn profiles to Airtable with just one click
Μέγεθος Αρχείου 227 KB
Αριθμός Εγκαταστάσεων 137
Τρέχουσα Έκδοση 0.0.7
Τελευταία Ενημέρωση 2024-01-12
Ημερομηνία Δημοσίευσης 2023-04-13
Προγραμματιστής https://linkedintoairtable.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.linkedintoairtable.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.linkedintoairtable.com/contact-us
URL της Σελίδας Πολιτικής Απορρήτου https://www.linkedintoairtable.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.7",
    "author": "Gordon.kihn",
    "name": "LinkedIn to Airtable",
    "description": "Easily add LinkedIn profiles to Airtable with just one click",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedintoairtable.com\/*",
                "http:\/\/localhost:3001\/*"
            ],
            "js": [
                "install.f3e19ea8.js"
            ],
            "run_at": "document_end",
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "linkedin.173fe9c0.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/www.linkedintoairtable.com\/*"
    ]
}