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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |