GetSales.io - Collect Leads & Export to CRM

GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM

GetSales.io - Collect Leads & Export to CRM là gì?

GetSales.io - Collect Leads & Export to CRM là một tiện ích mở rộng Chrome được phát triển bởi https://getsales.io, và tính năng chính của nó là "GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GetSales.io - Collect Leads & Export to CRM

Tải xuống các tệp mở rộng GetSales.io - Collect Leads & Export to CRM 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

                        GetSales.io is an Ai-Powered Sales Engagement Platform with Account-Based Approach and 1-to-1 Personalization. This Chrome Extension helps you to collect Contacts and Companies from LinkedIn in one click, find Emails and Phones and export to your CRM.                    

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

Tên GetSales.io - Collect Leads & Export to CRM GetSales.io - Collect Leads & Export to CRM
ID idkdpobomaapfgbeeplpanlklbfgjifj
URL Chính Thức https://chromewebstore.google.com/detail/getsalesio-collect-leads/idkdpobomaapfgbeeplpanlklbfgjifj
Mô tả GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM
Kích Thước Tệp 303 KB
Số Lần Cài Đặt 559
Phiên Bản Hiện Tại 2.0.25
Cập Nhật Lần Cuối 2024-02-12
Ngày Phát Hành 2020-12-30
Đánh Giá 4.97/5 Tổng số 29 Đánh Giá
Nhà Phát Triển https://getsales.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getsales.io
URL Trang Trợ Giúp https://help.getsales.io/
URL Trang Chính Sách Bảo Mật https://getsales.io/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GetSales.io - Collect Leads & Export to CRM",
    "version": "2.0.25",
    "description": "GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM",
    "icons": {
        "128": "assets\/logo.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "preContent\/preContent.js"
            ]
        },
        {
            "matches": [
                "https:\/\/gs.dev\/*",
                "https:\/\/*.getsales.io\/*"
            ],
            "js": [
                "uiContent\/uiContent.js"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "proxy",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}