Findcustomer
Your best companion when prospecting with Findcustomer.
ما هو Findcustomer؟
Findcustomer هو إضافة Chrome تم تطويرها بواسطة https://findcustomer.io، والميزة الرئيسية لها هي "Your best companion when prospecting with Findcustomer.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Findcustomer
قم بتنزيل ملفات الامتداد Findcustomer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.findcustomer.io |
عنوان صفحة المساعدة | https://www.findcustomer.io/contact |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } |