Open Yellow Pages - a world of Open Contacts

Open Yellow Pages Extension allows Sales Managers and Recruiters to access open LI profiles’ contacts whenever you’d like for free

Open Yellow Pages - a world of Open Contacts란 무엇입니까?

Open Yellow Pages - a world of Open Contacts은(는) https://www.talentscan.pro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open Yellow Pages Extension allows Sales Managers and Recruiters to access open LI profiles’ contacts whenever you’d like for free"입니다.

확장 프로그램 스크린샷

screenshot

Open Yellow Pages - a world of Open Contacts 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Welcome to Open Yellow Pages Chrome Extension that allows you to access open contacts of LI profiles whenever you want without spending any money. This extension makes it easy for Sales Managers and Recruiters to connect with potential clients and candidates on LI.

Our extension is designed to help you find the right contacts and make meaningful connections. 

You can also contribute new profiles with contact data and earn coins that you can spend on opening the contacts of others profiles. 

The extension is easy to use and install. Once you have it installed, you'll be able to access the contact information of any LI profile with just one click. 
You'll also be able to see statistics on how many times your contributed data has been viewed, so you can see how much value you're getting from your contributions.

With our extension, you'll be able to:

Get contact information of any LinkedIn profile with one click
Contribute new profiles with contact data and earn coins
See statistics on how many times your contributed data has been viewed
Access to a community generated database of open contacts from around the world

Get only fresh data as we updated 20 000 profiles on daily basis
Expand your network and connect with people from any city and even from any continent.

We also respect your privacy and comply with the General Data Protection Regulation (GDPR). As an owner of a profile, you have the right to withdraw your consent for your personal data to be processed and the right to be forgotten.

Our Chrome Extension is the perfect tool for Sales Managers, recruiters, and other professionals looking to expand their network and connect with potential clients and customers on LinkedIn. Try it out today and see how it can help you grow your business and make meaningful connections.

Formerly TalentScan, TalentSearch, Talent Scan, Talent Search                    

확장 프로그램 기본 정보

이름 Open Yellow Pages - a world of Open Contacts Open Yellow Pages - a world of Open Contacts
ID pjojbbffkpdnffdbdficagjnpmjflifk
공식 URL https://chromewebstore.google.com/detail/open-yellow-pages-a-world/pjojbbffkpdnffdbdficagjnpmjflifk
설명 Open Yellow Pages Extension allows Sales Managers and Recruiters to access open LI profiles’ contacts whenever you’d like for free
파일 크기 865 KB
설치 횟수 967
현재 버전 5.18.14
최근 업데이트 2024-02-05
출시 날짜 2020-06-16
평점 4.83/5 총 35 개의 평점
개발자 https://www.talentscan.pro
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://openyp.world/
도움말 페이지 URL https://openyp.world/
개인정보 보호 정책 페이지 URL https://talentsearch.pro/gdpr
지원되는 언어 en,pl,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.18.14",
    "author": "Open YP World Corporation",
    "homepage_url": "https:\/\/openyp.world\/",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnF7s5mc5u4RetF\/lCYyuQE\/354jzuRquowDtufKNQvmT7ZlLcpcTUWY\/GP7lMHJpQbygGSOGPb5szn8q40fL5c1NWGpsR0LQffm3qAtgv+osaUQeWeu8l\/iFOqwqGpEL9KAFLuQC7hai0Dklh4+LJ\/LQ4U85mPkrsmH3hZcB1bTwUkDaqYf2Zdsa8VJUil3H95201sZiNWwzFH4vtf4hOaEdHvA5JIy9Dg3yjAHxVSLUvz7WSw2DhBceuH3JcsO79wY1bBNR2yWtSs58WNrz2GDAkrt8WA6JKA516RbA3b4uruK2fj80Cjxp7luOUJqj+cLUITGkcMRKSBvBjFmrFQIDAQAB",
    "name": "__MSG_extNamesimple__",
    "description": "__MSG_extDescriptionsimple__",
    "action": {
        "default_icon": "assets\/logo_openYP.png",
        "default_title": "Open YP",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "assets\/logo_openYP.png",
        "128": "assets\/logo_openYP_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [],
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "identity.email"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "manifest.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.talentscan.pro\/*",
            "*:\/\/*.talentsearch.pro\/*",
            "https:\/\/*.kernel.ua\/*",
            "https:\/\/*.aogexperts.com\/*",
            "https:\/\/*.datadoghq.eu\/*"
        ]
    },
    "oauth2": {
        "client_id": "887385065422-bq9og6juras9ivb7rqlqhhimo3ggn8u6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}