GetSales.io - Collect Leads & Export to CRM

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

GetSales.io - Collect Leads & Export to CRMคืออะไร?

GetSales.io - Collect Leads & Export to CRM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getsales.io และคุณลักษณะหลักของมันคือ "GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GetSales.io - Collect Leads & Export to CRM

ดาวน์โหลดไฟล์ส่วนขยาย GetSales.io - Collect Leads & Export to CRM ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GetSales.io - Collect Leads & Export to CRM GetSales.io - Collect Leads & Export to CRM
ID idkdpobomaapfgbeeplpanlklbfgjifj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/getsalesio-collect-leads/idkdpobomaapfgbeeplpanlklbfgjifj
คำอธิบาย GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM
ขนาดไฟล์ 303 KB
จำนวนการติดตั้ง 559
เวอร์ชันปัจจุบัน 2.0.25
อัปเดตครั้งล่าสุด 2024-02-12
วันที่เผยแพร่ 2020-12-30
คะแนน 4.97/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา https://getsales.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://getsales.io
URL หน้าช่วยเหลือ https://help.getsales.io/
URL หน้านโยบายความเป็นส่วนตัว https://getsales.io/privacy
ภาษาที่รองรับ 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'"
}