Resonaid

Automated personalized messages for your LinkedIn outreach.

什么是Resonaid?

Resonaid是由https://resonaid.co开发的Chrome扩展程序,该扩展的主要功能是“Automated personalized messages for your LinkedIn outreach.”。

扩展截图

screenshot

下载Resonaid扩展crx文件

下载Resonaid扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Resonaid Resonaid
ID fndnhbhipldpbhpnjmnadkeengnckdik
官方URL https://chromewebstore.google.com/detail/resonaid/fndnhbhipldpbhpnjmnadkeengnckdik
简介 Automated personalized messages for your LinkedIn outreach.
文件大小 351 KB
安装次数 17
当前版本 0.3.3
更新时间 2022-03-14
上架时间 2021-09-28
评分 5.00/5 共25次评分
开发者 https://resonaid.co
电子邮箱 [email protected]
付费类型 free
扩展官网 https://resonaid.co
支持的语言 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"
    ]
}