IncreaZe - Get Leads on LinkedIn
The all-in-one marketing app for LinkedIn
IncreaZe - Get Leads on LinkedInคืออะไร?
IncreaZe - Get Leads on LinkedIn เป็นส่วนขยายของ Chrome ที่พัฒนาโดย increaze.app และคุณลักษณะหลักของมันคือ "The all-in-one marketing app for LinkedIn"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IncreaZe - Get Leads on LinkedIn
ดาวน์โหลดไฟล์ส่วนขยาย IncreaZe - Get Leads on LinkedIn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
📢📢📢 The all-in-one marketing app for LinkedIn 📢📢📢 We help LinkedIn users to automate prospecting efforts, grow audience, develop network, and generate business leads. Increaze is a powerful app for LinkedIn that gives you the tools and know-how to grow your business faster and achieve your sales goals with awesome features. 🚀Automate key actions on LinkedIn to drive more business Send automated (personalized) connection Message hundreds of 1st level connections in bulk Automate profile visits to trigger social look-backs Schedule personalized follow-up messages Automatically endorse up to 7 skills on profiles of your LinkedIn contacts Easily monitor your performance with campaign dashboards 🚀Automatically increase your LinkedIn posts reach Get real personalized comments and likes with automatic LinkedIn engagement pods Get your posts visible in the feed of the pod members and increase their reach Create pod for your Company to automate getting likes from your colleagues Gain post credibility, audience, interaction, and leads 🚀We Create natural reciprocity with your community to get organic interaction back Prepare comments to automatically interact with their new post Automatically like their new posts Automatically congratulate them when receiving LinkedIn notifications (birthday, new position) Get natural interest and engagement back 🚩Terms of use: By downloading this application, you agree to the terms of the end user license agreement, available at http://increaze.io/terms-and-conditions . You can also find out how Geektech processes and protects your data in our Privacy Policy at http://increaze.io/privacy-policy. Don't hesitate to contact us at the email address: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | IncreaZe - Get Leads on LinkedIn |
ID | mkolnhbmgcigmlgchminnenmcfcnpbmb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/increaze-get-leads-on-lin/mkolnhbmgcigmlgchminnenmcfcnpbmb |
คำอธิบาย | The all-in-one marketing app for LinkedIn |
ขนาดไฟล์ | 5.15 MB |
จำนวนการติดตั้ง | 183 |
เวอร์ชันปัจจุบัน | 1.0.14 |
อัปเดตครั้งล่าสุด | 2021-11-12 |
วันที่เผยแพร่ | 2021-09-16 |
คะแนน | 4.56/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | increaze.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://increaze.io/ |
URL หน้าช่วยเหลือ | https://increaze.io/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://increaze.io/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IncreaZe - Get Leads on LinkedIn", "description": "The all-in-one marketing app for LinkedIn", "version": "1.0.14", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com http:\/\/localhost:8098\/; object-src 'self' 'unsafe-eval';script-src-elem 'self' 'unsafe-eval' http:\/\/localhost:8098\/ https:\/\/www.googletagmanager.com https:\/\/*.firebaseio.com http:\/\/code.tidio.co\/ http:\/\/*.tidiochat.com\/", "browser_action": { "default_icon": "icons\/icon_48.png", "default_popup": "popup\/popup.html", "default_title": "linkedin extension" }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*", "http:\/\/*.linkedin.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "cookies", "webRequest", "notifications" ] } |