Findcustomer
Your best companion when prospecting with Findcustomer.
Findcustomer là gì?
Findcustomer là một tiện ích mở rộng Chrome được phát triển bởi https://findcustomer.io, và tính năng chính của nó là "Your best companion when prospecting with Findcustomer.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Findcustomer
Tải xuống các tệp mở rộng Findcustomer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Findcustomer |
ID | jakhcoeodnblkcpbeoikikibfclknnlc |
URL Chính Thức | https://chromewebstore.google.com/detail/findcustomer/jakhcoeodnblkcpbeoikikibfclknnlc |
Mô tả | Your best companion when prospecting with Findcustomer. |
Kích Thước Tệp | 173 KB |
Số Lần Cài Đặt | 457 |
Phiên Bản Hiện Tại | 0.2.5 |
Cập Nhật Lần Cuối | 2021-10-20 |
Ngày Phát Hành | 2021-01-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://findcustomer.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.findcustomer.io |
URL Trang Trợ Giúp | https://www.findcustomer.io/contact |
URL Trang Chính Sách Bảo Mật | https://www.findcustomer.io/mentions-legales |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |