Findcustomer
Your best companion when prospecting with Findcustomer.
Findcustomerとは何ですか?
Findcustomerはhttps://findcustomer.ioによって開発されたChromeの拡張機能で、その主な機能は「Your best companion when prospecting with Findcustomer.」です。
拡張機能のスクリーンショット
Findcustomer拡張機能のCRXファイルをダウンロード
Findcustomer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Findcustomer.io is a digital prospecting service to help you identify your prospects, verify their contact details, and create contact sequences that convert - Create powerful contact lists from multiple sources - Create and automate Linkedin sequences and emails that convert This extension provides some helps using Findcustomer, like automatically retrieve the session cookies of services you need into Findcustomer.
拡張機能の基本情報
名前 | Findcustomer |
ID | jakhcoeodnblkcpbeoikikibfclknnlc |
公式URL | https://chromewebstore.google.com/detail/findcustomer/jakhcoeodnblkcpbeoikikibfclknnlc |
説明 | Your best companion when prospecting with Findcustomer. |
ファイルサイズ | 173 KB |
インストール数 | 457 |
現在のバージョン | 0.2.5 |
最終更新日 | 2021-10-20 |
公開日 | 2021-01-23 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://findcustomer.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.findcustomer.io |
ヘルプページのURL | https://www.findcustomer.io/contact |
プライバシーポリシーページのURL | https://www.findcustomer.io/mentions-legales |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Findcustomer", "version": "0.2.5", "description": "Your best companion when prospecting with Findcustomer.", "icons": { "48": "assets\/fc-icon-48.png", "128": "assets\/fc-icon.png" }, "homepage_url": "http:\/\/www.findcustomer.io\/", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "assets\/fc-icon.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.findcustomer.io\/*", "*:\/\/*.vercel.app\/*", "*:\/\/*.zapier.com\/*" ], "run_at": "document_end", "js": [ "contentscript.js" ], "css": [ "contentscript.css" ] } ], "permissions": [ "notifications", "tabs", "cookies", "webRequest", "webRequestBlocking", "*:\/\/*.findcustomer.io\/*", "*:\/\/*.linkedin.com\/*" ], "web_accessible_resources": [ "assets\/*" ] } |