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ファイルをダウンロード

OpenSales: 100% Free Email Finder.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}