LinkedIn to Airtable

Easily add LinkedIn profiles to Airtable with just one click

LinkedIn to Airtable란 무엇입니까?

LinkedIn to Airtable은(는) https://linkedintoairtable.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily add LinkedIn profiles to Airtable with just one click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

LinkedIn to Airtable 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}