OpenSales: 100% Free Email Finder.

OpenSales: 100% Free Email Finder.

OpenSales: 100% Free Email Finder. là gì?

OpenSales: 100% Free Email Finder. là một tiện ích mở rộng Chrome được phát triển bởi https://opensales.co, và tính năng chính của nó là "OpenSales: 100% Free Email Finder.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OpenSales: 100% Free Email Finder.

Tải xuống các tệp mở rộng OpenSales: 100% Free Email Finder. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OpenSales: 100% Free Email Finder. OpenSales: 100% Free Email Finder.
ID bodbnhmhdiinkoaekanfjdjmgpfpfaon
URL Chính Thức https://chromewebstore.google.com/detail/opensales-100%25-free-email/bodbnhmhdiinkoaekanfjdjmgpfpfaon
Mô tả OpenSales: 100% Free Email Finder.
Kích Thước Tệp 152 KB
Số Lần Cài Đặt 242
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2021-06-16
Ngày Phát Hành 2021-05-05
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://opensales.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://opensales.co
URL Trang Chính Sách Bảo Mật https://opensales.co/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}