Page2Leads

Page2Leads makes it easy to capture leads from any webpage. You can easily convert email addresses into valuable business contacts.

Page2Leads là gì?

Page2Leads là một tiện ích mở rộng Chrome được phát triển bởi https://page2leads.net, và tính năng chính của nó là "Page2Leads makes it easy to capture leads from any webpage. You can easily convert email addresses into valuable business contacts.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Page2Leads

Tải xuống các tệp mở rộng Page2Leads 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

                        FEATURES
★ Lead Generation 
Page2Leads allows you to easily convert emails to leads and save them in multiple export options
✔️ Export leads as CSV files
✔️ Export leads as text files
✔️ Organize leads easily by adding to Lists
✔️ Add leads to multiple autoresponders & CRMs

★ Integrate your email marketing software & CRMs
Page2Leads supports 20+ autoresponders and CRMs. With this feature, you can enrich leads and enhance your marketing strategies using the tools you're already using.

★ Create organized lists of leads
Page2Leads makes it simple to build a lead list from captured emails. You can easily save the generated leads into specific lists.

★ Save time, money & get results
Now, you don't need to use a virtual assistant or copy-paste emails from website into your email service provider anymore.

GET STARTED
The extension requires an account you can create immediately after the installation. It also offers a lifetime free plan that allows you to export unlimited leads as text or CSV files. Additionally, this service enables you to add up to 250 leads per month to multiple autoresponders or lists.

By installing the extension, you agree to Page2Leads's Privacy Policy (https://page2leads.net/privacy-policy). 

HOW IT WORKS
★ Install the Page2Leads Chrome extension and sign in.
★ Browse the web to get email leads.
★ Click on the red button on the bottom left side of your browser screen, to view leads.
★ Choose any export option to save emails as leads.                    

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

Tên Page2Leads Page2Leads
ID ocililpelmegfnnocbbflblmnbmbahpg
URL Chính Thức https://chromewebstore.google.com/detail/page2leads/ocililpelmegfnnocbbflblmnbmbahpg
Mô tả Page2Leads makes it easy to capture leads from any webpage. You can easily convert email addresses into valuable business contacts.
Kích Thước Tệp 3.1 MB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-07-17
Ngày Phát Hành 2021-02-04
Đánh Giá 4.88/5 Tổng số 26 Đánh Giá
Nhà Phát Triển https://page2leads.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://page2leads.net/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page2Leads",
    "version": "1.0.3",
    "description": "Page2Leads makes it easy to capture leads from any webpage. You can easily convert email addresses into valuable business contacts.",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "64": "assets\/icons\/icon64.png",
        "128": "assets\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "assets\/logo.png",
                "assets\/loader.gif",
                "assets\/refresh_icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/app.page2leads.net\/",
        "*:\/\/page2leads.net",
        "*:\/\/localhost\/"
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}