Resonaid
Automated personalized messages for your LinkedIn outreach.
Resonaid là gì?
Resonaid là một tiện ích mở rộng Chrome được phát triển bởi https://resonaid.co, và tính năng chính của nó là "Automated personalized messages for your LinkedIn outreach.".
Ả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 Resonaid
Tải xuống các tệp mở rộng Resonaid 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
In a world where ever more companies compete for customers, it’s impossible to get your prospect’s attention without connecting on a personal level. By providing automated personalized messages for your LinkedIn outreach, Resonaid helps you to stand out, to truly connect with your prospects, and to leave standardized messages behind forever. Resonaid compares your and your prospect’s LinkedIn profiles and identifies “Hooks” that help you to connect over shared interests. And the cherry on top is that Pro Resonaid Users can cut their time per prospect down to 15 seconds. ______________________ Having been sales professionals ourselves, we know your pain points and we’re dedicated to making your life easier. Try it out right now! > with ❤️ by Persuaide
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Resonaid |
ID | fndnhbhipldpbhpnjmnadkeengnckdik |
URL Chính Thức | https://chromewebstore.google.com/detail/resonaid/fndnhbhipldpbhpnjmnadkeengnckdik |
Mô tả | Automated personalized messages for your LinkedIn outreach. |
Kích Thước Tệp | 351 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 0.3.3 |
Cập Nhật Lần Cuối | 2022-03-14 |
Ngày Phát Hành | 2021-09-28 |
Đánh Giá | 5.00/5 Tổng số 25 Đánh Giá |
Nhà Phát Triển | https://resonaid.co |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://resonaid.co |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.3.3", "name": "Resonaid", "description": "Automated personalized messages for your LinkedIn outreach.", "permissions": [ "https:\/\/*.resonaid.co\/*", "storage", "activeTab", "webNavigation" ], "icons": { "512": "icons\/512.png", "128": "icons\/128.png", "64": "icons\/64.png", "48": "icons\/48.png", "32": "icons\/32.png" }, "background": { "scripts": [ "background\/background.js" ] }, "browser_action": { "default_icon": { "512": "icons\/512.png", "128": "icons\/128.png", "64": "icons\/64.png", "48": "icons\/48.png", "38": "icons\/38.png", "32": "icons\/32.png", "19": "icons\/19.png", "16": "icons\/16.png" }, "default_title": "Resonaid" }, "content_scripts": [ { "all_frames": true, "match_about_blank": false, "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.resonaid.co\/*" ], "js": [ "content\/content.js" ] } ], "web_accessible_resources": [ "icons\/512.png", "popup\/index.html", "popup\/index.js" ] } |