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 |
| Eメール | [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",
" | |