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是由https://getsales.io开发的Chrome扩展程序,该扩展的主要功能是“GetSales.io - Collect Leads, Find Emails & Phones, Export to CRM”。
扩展截图
下载GetSales.io - Collect Leads & Export to CRM扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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",
" | |