Salesflare: Email Finder & LinkedIn/Gmail CRM

Salesflare Chrome extension for Gmail and LinkedIn

Salesflare: Email Finder & LinkedIn/Gmail CRMคืออะไร?

Salesflare: Email Finder & LinkedIn/Gmail CRM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://salesflare.com และคุณลักษณะหลักของมันคือ "Salesflare Chrome extension for Gmail and LinkedIn"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesflare: Email Finder & LinkedIn/Gmail CRM

ดาวน์โหลดไฟล์ส่วนขยาย Salesflare: Email Finder & LinkedIn/Gmail CRM ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        ✔ LinkedIn Email Finder – Look up & find email addresses for free from LinkedIn with this Chrome extension.

✔ Gmail & LinkedIn CRM extension – Integrate & update your CRM straight from Gmail and LinkedIn through a handy sidebar, without switching tabs.

###

✔ More about the LinkedIn Email Finder:
- Find a business email based on the LinkedIn profile (works both in personal LinkedIn as well as in LinkedIn Sales Navigator)
- Find an email based on name and domain
- Bulk email finder through import & bulk actions

✔ More about the LinkedIn CRM Extension:
- Send email sequences, straight from LinkedIn
- Easily start tracking contacts and companies
- Add all LinkedIn information straight into your CRM
- Manage everything from your LinkedIn inbox as well

✔ More about the Gmail CRM Extension:
- Manage your customers from your Gmail inbox with a sidebar
- Track email opens and clicks (with integrated website tracking)
- Use email templates with merge fields
- Auto-create contacts based on your inbox

###

About Salesflare:

Salesflare is the intelligent CRM that small and medium-sized businesses selling B2B love to use. It's a zero-input sales pipeline tool that thinks and works for its user, not the other way around.

No more manual data entry. Salesflare fills out your address book and keeps track of all interactions with the people you're in contact with. It takes data from social media, company databases, phone, email, calendar and hands it to you in automated customer timelines that tell you everything you need to know. You just have to write the emails, make the calls, and have the coffee.

Never miss a deal again. Salesflare will tell and remind you what to do about leads so deals can't fall through the cracks anymore. Visual pipelines and powerful insights put you in full control of your sales funnel. Intuitive and easy-to-use, Salesflare turns complexity into simplicity so you can turn leads into customers.

Salesflare works wherever you work and with whatever you are working with. Use it on desktop, mobile or just from a sidebar straight from your email inbox (Gmail and Outlook) and LinkedIn.

Get even more out of Salesflare by integrating with 5000+ other productivity tools, such as Google Workspace, MailChimp, Trello and Slack.

For a free trial, or a product tour with features and screenshots, go to salesflare.com.                    

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

ชื่อ Salesflare: Email Finder & LinkedIn/Gmail CRM Salesflare: Email Finder & LinkedIn/Gmail CRM
ID iodbiefeiiififbdcdckdbigakehaemb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesflare-email-finder-l/iodbiefeiiififbdcdckdbigakehaemb
คำอธิบาย Salesflare Chrome extension for Gmail and LinkedIn
ขนาดไฟล์ 288 KB
จำนวนการติดตั้ง 4,061
เวอร์ชันปัจจุบัน 6.3.5
อัปเดตครั้งล่าสุด 2024-02-01
วันที่เผยแพร่ 2019-12-19
คะแนน 4.80/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา https://salesflare.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://salesflare.com
URL หน้าช่วยเหลือ https://howto.salesflare.com
URL หน้านโยบายความเป็นส่วนตัว https://salesflare.com/terms.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesflare: Email Finder & LinkedIn\/Gmail CRM",
    "version": "6.3.5",
    "description": "Salesflare Chrome extension for Gmail and LinkedIn",
    "manifest_version": 2,
    "icons": {
        "16": "images\/salesflare-icon-16.png",
        "48": "images\/salesflare-icon-48.png",
        "128": "images\/salesflare-icon-128.png"
    },
    "page_action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/mail.google.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.googleusercontent.com\/proxy\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "lib\/inboxsdk.js",
                "content_scripts\/gmail.js",
                "node_modules\/split.js\/dist\/split.min.js",
                "node_modules\/handlebars\/dist\/handlebars.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "node_modules\/split.js\/dist\/split.min.js",
                "lib\/tourist.js",
                "node_modules\/psl\/dist\/psl.min.js",
                "content_scripts\/linkedin.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.gif",
        "images\/*.jpg"
    ]
}