RationalSales - Lead Prospector

Discover new sales leads complete with business emails and phone numbers

RationalSales - Lead Prospectorคืออะไร?

RationalSales - Lead Prospector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://rationalsales.com และคุณลักษณะหลักของมันคือ "Discover new sales leads complete with business emails and phone numbers"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RationalSales - Lead Prospector

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

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

                        RationalSales Lead Prospector is the easiest way to find professional email addresses and phone numbers with just one click.

- Find email addresses on LinkedIn profiles: when you visit a profile on LinkedIn, click on the button in your browser to find the email address of this profile in seconds.

- Save your leads from LinkedIn search pages and profiles. You can download all your saved leads in CSV format.

# Is it free?

Yes, Lead Prospector is free to use. You get 200 free contacts upon registering and can upgrade your account to a paid plan for more. 

# Does it work with LinkedIn Sales Navigator?

Yes, this is the recommended method.                    

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

ชื่อ RationalSales - Lead Prospector RationalSales - Lead Prospector
ID lbpefbgmafdddhabeapafkbpkfmobgch
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/rationalsales-lead-prospe/lbpefbgmafdddhabeapafkbpkfmobgch
คำอธิบาย Discover new sales leads complete with business emails and phone numbers
ขนาดไฟล์ 836 KB
จำนวนการติดตั้ง 185
เวอร์ชันปัจจุบัน 9.0.1
อัปเดตครั้งล่าสุด 2017-07-29
วันที่เผยแพร่ 2017-07-29
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://rationalsales.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.rationalsales.com
URL หน้าช่วยเหลือ https://rationalsales.zendesk.com
URL หน้านโยบายความเป็นส่วนตัว https://www.rationalsales.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RationalSales - Lead Prospector",
    "short_name": "RationalSales",
    "description": "Discover new sales leads complete with business emails and phone numbers",
    "version": "9.0.1",
    "minimum_chrome_version": "43.0.2357.130",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.pusher.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/*.png",
        "results.html",
        "results2.html",
        "goog_search.html",
        "goog_search.js",
        "select2.min.js",
        "jquery.js",
        "bootstrap.min.js",
        "goog_search.data.js",
        "fonts\/*.ttf",
        "fonts\/*.woff",
        "fonts\/*.woff2"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "pusher.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "signin.html",
        "default_title": "Search with RationalSales"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "",
        "notifications"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.rationalsales.com\/*"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "js": [
                "jquery.js",
                "signin_util.js"
            ],
            "matches": [
                "https:\/\/*.rationalsales.com\/member?is_login*"
            ]
        },
        {
            "run_at": "document_end",
            "css": [
                "shared\/css\/rationalsales.css",
                "css\/li_serp.css"
            ],
            "js": [
                "jquery.js",
                "arrive.min.js",
                "shared\/js\/util.js",
                "li_serp.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/vsearch\/*",
                "*:\/\/*.linkedin.com\/search\/results\/people\/*"
            ]
        },
        {
            "run_at": "document_end",
            "css": [
                "shared\/css\/rationalsales.css",
                "css\/li_serp.css"
            ],
            "js": [
                "jquery.js",
                "arrive.min.js",
                "shared\/js\/util.js",
                "li_salesnav_serp.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/sales\/search?*"
            ]
        },
        {
            "css": [
                "shared\/css\/rationalsales.css",
                "css\/li_util.css"
            ],
            "js": [
                "jquery.js",
                "shared\/js\/util.js",
                "li_util.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/profile\/view*",
                "*:\/\/*.linkedin.com\/in\/*",
                "*:\/\/*.linkedin.com\/pub\/*",
                "*:\/\/*.linkedin.com\/sales\/profile\/*"
            ]
        },
        {
            "css": [
                "css\/bootstrap.min.css",
                "shared\/css\/rationalsales.css",
                "css\/goog_serp.css"
            ],
            "js": [
                "jquery.js",
                "shared\/js\/util.js",
                "goog_serp.js"
            ],
            "matches": [
                "*:\/\/*.google.com\/search*",
                "*:\/\/*.google.ad\/search*",
                "*:\/\/*.google.ae\/search*",
                "*:\/\/*.google.com.af\/search*",
                "*:\/\/*.google.com.ag\/search*",
                "*:\/\/*.google.com.ai\/search*",
                "*:\/\/*.google.al\/search*",
                "*:\/\/*.google.am\/search*",
                "*:\/\/*.google.co.ao\/search*",
                "*:\/\/*.google.com.ar\/search*",
                "*:\/\/*.google.as\/search*",
                "*:\/\/*.google.at\/search*",
                "*:\/\/*.google.com.au\/search*",
                "*:\/\/*.google.az\/search*",
                "*:\/\/*.google.ba\/search*",
                "*:\/\/*.google.com.bd\/search*",
                "*:\/\/*.google.be\/search*",
                "*:\/\/*.google.bf\/search*",
                "*:\/\/*.google.bg\/search*",
                "*:\/\/*.google.com.bh\/search*",
                "*:\/\/*.google.bi\/search*",
                "*:\/\/*.google.bj\/search*",
                "*:\/\/*.google.com.bn\/search*",
                "*:\/\/*.google.com.bo\/search*",
                "*:\/\/*.google.com.br\/search*",
                "*:\/\/*.google.bs\/search*",
                "*:\/\/*.google.bt\/search*",
                "*:\/\/*.google.co.bw\/search*",
                "*:\/\/*.google.by\/search*",
                "*:\/\/*.google.com.bz\/search*",
                "*:\/\/*.google.ca\/search*",
                "*:\/\/*.google.cd\/search*",
                "*:\/\/*.google.cf\/search*",
                "*:\/\/*.google.cg\/search*",
                "*:\/\/*.google.ch\/search*",
                "*:\/\/*.google.ci\/search*",
                "*:\/\/*.google.co.ck\/search*",
                "*:\/\/*.google.cl\/search*",
                "*:\/\/*.google.cm\/search*",
                "*:\/\/*.google.cn\/search*",
                "*:\/\/*.google.com.co\/search*",
                "*:\/\/*.google.co.cr\/search*",
                "*:\/\/*.google.com.cu\/search*",
                "*:\/\/*.google.cv\/search*",
                "*:\/\/*.google.com.cy\/search*",
                "*:\/\/*.google.cz\/search*",
                "*:\/\/*.google.de\/search*",
                "*:\/\/*.google.dj\/search*",
                "*:\/\/*.google.dk\/search*",
                "*:\/\/*.google.dm\/search*",
                "*:\/\/*.google.com.do\/search*",
                "*:\/\/*.google.dz\/search*",
                "*:\/\/*.google.com.ec\/search*",
                "*:\/\/*.google.ee\/search*",
                "*:\/\/*.google.com.eg\/search*",
                "*:\/\/*.google.es\/search*",
                "*:\/\/*.google.com.et\/search*",
                "*:\/\/*.google.fi\/search*",
                "*:\/\/*.google.com.fj\/search*",
                "*:\/\/*.google.fm\/search*",
                "*:\/\/*.google.fr\/search*",
                "*:\/\/*.google.ga\/search*",
                "*:\/\/*.google.ge\/search*",
                "*:\/\/*.google.gg\/search*",
                "*:\/\/*.google.com.gh\/search*",
                "*:\/\/*.google.com.gi\/search*",
                "*:\/\/*.google.gl\/search*",
                "*:\/\/*.google.gm\/search*",
                "*:\/\/*.google.gp\/search*",
                "*:\/\/*.google.gr\/search*",
                "*:\/\/*.google.com.gt\/search*",
                "*:\/\/*.google.gy\/search*",
                "*:\/\/*.google.com.hk\/search*",
                "*:\/\/*.google.hn\/search*",
                "*:\/\/*.google.hr\/search*",
                "*:\/\/*.google.ht\/search*",
                "*:\/\/*.google.hu\/search*",
                "*:\/\/*.google.co.id\/search*",
                "*:\/\/*.google.ie\/search*",
                "*:\/\/*.google.co.il\/search*",
                "*:\/\/*.google.im\/search*",
                "*:\/\/*.google.co.in\/search*",
                "*:\/\/*.google.iq\/search*",
                "*:\/\/*.google.is\/search*",
                "*:\/\/*.google.it\/search*",
                "*:\/\/*.google.je\/search*",
                "*:\/\/*.google.com.jm\/search*",
                "*:\/\/*.google.jo\/search*",
                "*:\/\/*.google.co.jp\/search*",
                "*:\/\/*.google.co.ke\/search*",
                "*:\/\/*.google.com.kh\/search*",
                "*:\/\/*.google.ki\/search*",
                "*:\/\/*.google.kg\/search*",
                "*:\/\/*.google.co.kr\/search*",
                "*:\/\/*.google.com.kw\/search*",
                "*:\/\/*.google.kz\/search*",
                "*:\/\/*.google.la\/search*",
                "*:\/\/*.google.com.lb\/search*",
                "*:\/\/*.google.li\/search*",
                "*:\/\/*.google.lk\/search*",
                "*:\/\/*.google.co.ls\/search*",
                "*:\/\/*.google.lt\/search*",
                "*:\/\/*.google.lu\/search*",
                "*:\/\/*.google.lv\/search*",
                "*:\/\/*.google.com.ly\/search*",
                "*:\/\/*.google.co.ma\/search*",
                "*:\/\/*.google.md\/search*",
                "*:\/\/*.google.me\/search*",
                "*:\/\/*.google.mg\/search*",
                "*:\/\/*.google.mk\/search*",
                "*:\/\/*.google.ml\/search*",
                "*:\/\/*.google.com.mm\/search*",
                "*:\/\/*.google.mn\/search*",
                "*:\/\/*.google.ms\/search*",
                "*:\/\/*.google.com.mt\/search*",
                "*:\/\/*.google.mu\/search*",
                "*:\/\/*.google.mv\/search*",
                "*:\/\/*.google.mw\/search*",
                "*:\/\/*.google.com.mx\/search*",
                "*:\/\/*.google.com.my\/search*",
                "*:\/\/*.google.co.mz\/search*",
                "*:\/\/*.google.com.na\/search*",
                "*:\/\/*.google.com.nf\/search*",
                "*:\/\/*.google.com.ng\/search*",
                "*:\/\/*.google.com.ni\/search*",
                "*:\/\/*.google.ne\/search*",
                "*:\/\/*.google.nl\/search*",
                "*:\/\/*.google.no\/search*",
                "*:\/\/*.google.com.np\/search*",
                "*:\/\/*.google.nr\/search*",
                "*:\/\/*.google.nu\/search*",
                "*:\/\/*.google.co.nz\/search*",
                "*:\/\/*.google.com.om\/search*",
                "*:\/\/*.google.com.pa\/search*",
                "*:\/\/*.google.com.pe\/search*",
                "*:\/\/*.google.com.pg\/search*",
                "*:\/\/*.google.com.ph\/search*",
                "*:\/\/*.google.com.pk\/search*",
                "*:\/\/*.google.pl\/search*",
                "*:\/\/*.google.pn\/search*",
                "*:\/\/*.google.com.pr\/search*",
                "*:\/\/*.google.ps\/search*",
                "*:\/\/*.google.pt\/search*",
                "*:\/\/*.google.com.py\/search*",
                "*:\/\/*.google.com.qa\/search*",
                "*:\/\/*.google.ro\/search*",
                "*:\/\/*.google.ru\/search*",
                "*:\/\/*.google.rw\/search*",
                "*:\/\/*.google.com.sa\/search*",
                "*:\/\/*.google.com.sb\/search*",
                "*:\/\/*.google.sc\/search*",
                "*:\/\/*.google.se\/search*",
                "*:\/\/*.google.com.sg\/search*",
                "*:\/\/*.google.sh\/search*",
                "*:\/\/*.google.si\/search*",
                "*:\/\/*.google.sk\/search*",
                "*:\/\/*.google.com.sl\/search*",
                "*:\/\/*.google.sn\/search*",
                "*:\/\/*.google.so\/search*",
                "*:\/\/*.google.sm\/search*",
                "*:\/\/*.google.sr\/search*",
                "*:\/\/*.google.st\/search*",
                "*:\/\/*.google.com.sv\/search*",
                "*:\/\/*.google.td\/search*",
                "*:\/\/*.google.tg\/search*",
                "*:\/\/*.google.co.th\/search*",
                "*:\/\/*.google.com.tj\/search*",
                "*:\/\/*.google.tk\/search*",
                "*:\/\/*.google.tl\/search*",
                "*:\/\/*.google.tm\/search*",
                "*:\/\/*.google.tn\/search*",
                "*:\/\/*.google.to\/search*",
                "*:\/\/*.google.com.tr\/search*",
                "*:\/\/*.google.tt\/search*",
                "*:\/\/*.google.com.tw\/search*",
                "*:\/\/*.google.co.tz\/search*",
                "*:\/\/*.google.com.ua\/search*",
                "*:\/\/*.google.co.ug\/search*",
                "*:\/\/*.google.co.uk\/search*",
                "*:\/\/*.google.com.uy\/search*",
                "*:\/\/*.google.co.uz\/search*",
                "*:\/\/*.google.com.vc\/search*",
                "*:\/\/*.google.co.ve\/search*",
                "*:\/\/*.google.vg\/search*",
                "*:\/\/*.google.co.vi\/search*",
                "*:\/\/*.google.com.vn\/search*",
                "*:\/\/*.google.vu\/search*",
                "*:\/\/*.google.ws\/search*",
                "*:\/\/*.google.rs\/search*",
                "*:\/\/*.google.co.za\/search*",
                "*:\/\/*.google.co.zm\/search*",
                "*:\/\/*.google.co.zw\/search*",
                "*:\/\/*.google.cat\/search*"
            ]
        }
    ]
}