CallSine
Get access to your prospects’ phone number and email, instantly. Convert leads with real data and save time.
ما هو CallSine؟
CallSine هو إضافة Chrome تم تطويرها بواسطة mcc.unionresolute، والميزة الرئيسية لها هي "Get access to your prospects’ phone number and email, instantly. Convert leads with real data and save time.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CallSine
قم بتنزيل ملفات الامتداد CallSine بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Welcome to CallSine. CallSine allows sales reps to simply and accurately find their ideal customer’s contact info in a click. Get access to your prospects’ phone number and email via our Google Chrome extension, instantly. Convert leads with real data and save time. Our mission is to make sales intelligence accessible to everyone.
معلومات أساسية عن التمديد
الاسم | CallSine |
ID | adfdjhchgaagmbpiobdijaemefkdkndm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/callsine/adfdjhchgaagmbpiobdijaemefkdkndm |
الوصف | Get access to your prospects’ phone number and email, instantly. Convert leads with real data and save time. |
حجم الملف | 12.48 MB |
عدد التثبيتات | 50 |
النسخة الحالية | 1.0.9 |
آخر تحديث | 2023-02-08 |
تاريخ النشر | 2022-05-17 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | mcc.unionresolute |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://www.callsine.com/ |
عنوان صفحة سياسة الخصوصية | https://www.callsine.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Get access to your prospects\u2019 phone number and email, instantly. Convert leads with real data and save time.", "version": "1.0.9", "manifest_version": 3, "name": "CallSine", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*", "https:\/\/api.callsine.com\/*", "http:\/\/localhost:3000\/*", "http:\/\/localhost:8000\/*" ], "js": [ "contentScript.bundle.js", "popup.bundle.js" ], "css": [ "content.styles.css" ] } ], "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png", "options.html" ], "matches": [] } ], "permissions": [ "storage", "tabs" ] } |