OpenSales: 100% Free Email Finder.

OpenSales: 100% Free Email Finder.

OpenSales: 100% Free Email Finder.란 무엇입니까?

OpenSales: 100% Free Email Finder.은(는) https://opensales.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OpenSales: 100% Free Email Finder."입니다.

확장 프로그램 스크린샷

screenshot

OpenSales: 100% Free Email Finder. 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        OpenSales is a community-powered extension to find valid contact information for your prospects across the web.

❤️ 100% Free Email Finder
OpenSales has no paid plans, we're a peer to peer network of salespeople who share basic contact information.

🤝 Powered by Community
The ask is simple, share your prospects contact information in exchange for access to our technology.

✉️ Valid Contact Information
OpenSales vast network of salespeople sharing up to date contact information means that emails we provide are valid.                    

확장 프로그램 기본 정보

이름 OpenSales: 100% Free Email Finder. OpenSales: 100% Free Email Finder.
ID bodbnhmhdiinkoaekanfjdjmgpfpfaon
공식 URL https://chromewebstore.google.com/detail/opensales-100%25-free-email/bodbnhmhdiinkoaekanfjdjmgpfpfaon
설명 OpenSales: 100% Free Email Finder.
파일 크기 152 KB
설치 횟수 242
현재 버전 0.1.3
최근 업데이트 2021-06-16
출시 날짜 2021-05-05
평점 4.50/5 총 8 개의 평점
개발자 https://opensales.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://opensales.co
개인정보 보호 정책 페이지 URL https://opensales.co/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenSales: 100% Free Email Finder.",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "OpenSales: 100% Free Email Finder.",
    "homepage_url": "https:\/\/opensales.co",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/jquery.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/*.opensales.co\/*",
        "https:\/\/*.linkedin.com\/*"
    ],
    "optional_permissions": [
        "https:\/\/*.mail.google.com\/*"
    ],
    "browser_action": {
        "name": "OpenSales"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "src\/jquery.js",
                "src\/jquery-ui.js",
                "src\/base64.js",
                "src\/interact.js",
                "src\/inject\/inject.js"
            ],
            "css": []
        }
    ],
    "minimum_chrome_version": "55",
    "content_security_policy": "script-src 'self'; object-src 'self'"
}