Upscale Engage: Sales Engagement on LinkedIn
Upscale Engage simplifies your sales outreach by building your contact database through LinkedIn. Upscale Engage is a free…
ما هو Upscale Engage: Sales Engagement on LinkedIn؟
Upscale Engage: Sales Engagement on LinkedIn هو إضافة Chrome تم تطويرها بواسطة https://upscale.ai، والميزة الرئيسية لها هي "Upscale Engage simplifies your sales outreach by building your contact database through LinkedIn. Upscale Engage is a free…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Upscale Engage: Sales Engagement on LinkedIn
قم بتنزيل ملفات الامتداد Upscale Engage: Sales Engagement on LinkedIn بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Upscale Engage simplifies your sales outreach by building your contact database through LinkedIn. Upscale Engage is a free extension that helps sales teams with personalized sales outreach automation. View LinkedIn profiles to identify prospects, send a connection request, or engage them through messages or InMail. HOW CAN UPSCALE EXTENSION HELP? - Semi-automate LinkedIn tasks - View LinkedIn profiles - Send connection requests - Personalize LinkedIn messages - Reach out to prospects via LinkedIn InMail
معلومات أساسية عن التمديد
الاسم | Upscale Engage: Sales Engagement on LinkedIn |
ID | nndbennabmfpkofomdhobjbcfdagcmfc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/upscale-engage-sales-enga/nndbennabmfpkofomdhobjbcfdagcmfc |
الوصف | Upscale Engage simplifies your sales outreach by building your contact database through LinkedIn. Upscale Engage is a free… |
حجم الملف | 1.23 MB |
عدد التثبيتات | 175 |
النسخة الحالية | 4.2.1 |
آخر تحديث | 2024-03-06 |
تاريخ النشر | 2021-09-23 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://upscale.ai |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://upscale.ai/ |
عنوان صفحة المساعدة | https://upscale.ai/contact |
عنوان صفحة سياسة الخصوصية | https://upscale.ai/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Upscale Engage", "name": "Upscale Engage: Sales Engagement on LinkedIn", "manifest_version": 3, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "version": "4.2.1", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/api.upscale.ai' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'" }, "action": { "default_title": "Upscale Engage", "default_icon": "logo16.png" }, "permissions": [ "tabs", "storage", "webNavigation" ], "background": { "service_worker": "background\/linkedInBackgroundScript.js" }, "content_scripts": [ { "js": [ "contentScript\/index.js", "contentScript\/linkedInScript.js", "contentScript\/scraping.js" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "index.html", "\/*.png", "*.ico", "*.json", "*.css", "\/static\/css\/*.css", "\/static\/js\/*.js", "\/static\/media\/*" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ] } |