Surfe

Bring your CRM to where your sales are. Access and edit your CRM from anywhere, move with ease, and build better relationships.

Surfeคืออะไร?

Surfe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://surfe.com และคุณลักษณะหลักของมันคือ "Bring your CRM to where your sales are. Access and edit your CRM from anywhere, move with ease, and build better relationships."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Surfe

ดาวน์โหลดไฟล์ส่วนขยาย Surfe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Compatible with the following CRMs: HubSpot, Salesforce, Pipedrive and Copper. Integrated with Salesloft and Outreach for sales enablement.
Loved by Google, Uber, AWS, Bolt..

Surfe is the #1 solution for integrating your CRM with LinkedIn to 
• eliminate the need for manual data entry
• enhance data quality through enrichment
• gain visibility into contact, lead, and deal statuses
• boost sales productivity

For sales and revenue teams who want to save time on administrative tasks and achieve optimal accuracy in their CRM data.

Over 80% of B2B leads come from LinkedIn, but it’s not optimized for sales. Manually inputting data from LinkedIn to the CRM takes hours and can lead to data inconsistencies that negatively impact sales performance. Additionally, accessing the right data at the right time can be challenging, and hinder revenue generation.

As a GDPR-compliant and ISO27001-certified tool, Surfe helps your team operate from a gold standard of data, making sure everything is structured, categorized, updated, and protected.                    

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

ชื่อ Surfe Surfe
ID kojhcdejfimplnokhhhekhiapceggamn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/surfe/kojhcdejfimplnokhhhekhiapceggamn
คำอธิบาย Bring your CRM to where your sales are. Access and edit your CRM from anywhere, move with ease, and build better relationships.
ขนาดไฟล์ 20.09 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 2.5.16
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2020-06-26
คะแนน 4.59/5 รวมทั้งหมด 34 คะแนน
ผู้พัฒนา https://surfe.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.surfe.com/
URL หน้าช่วยเหลือ https://www.surfe.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.surfe.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Bring your CRM to where your sales are. Access and edit your CRM from anywhere, move with ease, and build better relationships.",
    "version": "2.5.16",
    "manifest_version": 3,
    "name": "Surfe",
    "author": "Surfe",
    "short_name": "Surfe",
    "homepage_url": "https:\/\/www.surfe.com\/",
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/linkedin.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.hubapi.com\/*",
        "https:\/\/*.hubspot.com\/*",
        "https:\/\/leadjet.io\/*",
        "https:\/\/*.leadjet.io\/*",
        "https:\/\/surfe.com\/*",
        "https:\/\/*.surfe.com\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/linkedin.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "assets\/scripts\/boot.js"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/linkedin.com\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/leadjet.io\/*",
                "https:\/\/*.leadjet.io\/*",
                "https:\/\/surfe.com\/*",
                "https:\/\/*.surfe.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "assets\/images\/icon.png",
        "default_title": "Surfe"
    },
    "icons": {
        "128": "assets\/images\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/media\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}