Sync Up

Apply Job, Message, Connect automatically

Sync Upとは何ですか?

Sync Upはhttps://syncupcrm.comによって開発されたChromeの拡張機能で、その主な機能は「Apply Job, Message, Connect automatically」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Sync Up拡張機能のCRXファイルをダウンロード

Sync Up拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Sync Up is an automation and artificial intelligence platform for LinkedIn.

Automatically Apply for Jobs, Connect with Prospects, Message, Visit Profiles, and gain Personality Insights powered by Artificial Intelligence all within a couple of clicks.

Sync Up connects with LinkedIn to help accomplish two use cases:
1) Job Seekers: Automate and scale your job search 
Sync Up enables you to apply to more job openings, visit, connect, and message key hiring managers all AUTOMATICALLY. In just 60 seconds you can apply to 500 positions, message 100 hiring managers, and connect with hundreds more. 

2) Outbound Sales: Get more interactions, meetings, opportunities, and closed deals. With less work.
Sync Up enables you to reach your prospects faster in less time, connect with them, book meetings, and close deals faster all while managing this from an easy to dashboard.

What Is Sync Up Compatible With?
Sync Up is compatible with LinkedIn Free, Premium, and Sales Navigator accounts.

Note: At least a free trial account is required to use this extension. Please head over to www.syncupcrm.com to complete your sign up process.

Over 1,000 BDR's and 500 Job Seekers are using Sync Up everyday to scale their efforts all with less time.

Here is what you can do with Sync Up

Auto Connect:
Sync Up Gives you the ability to send personalized connection requests on LinkedIn automatically. So you can spend more time focusing on what matters and less time on manual mundane work. Reach up to 300 connections a day.

Auto Message:
Sync Up gives you the ability to send personalized messages to up to a hundred contacts a day. You can even filter by Premium Users so that you don't use any InMail credits if you have a premium account.

Auto Visit:
Sync Up enables you to automatically open the profiles of your target prospects so they will get a notification that you viewed their profile. You can then send them an automatic connection request all with one click. 

Artificial Personality Insights: Have a Better Conversation Every Time
Sync Up is able to analyze and predict anyone's profile just on their LinkedIn account. You can learn if someone is more outgoing, a team player, and competitive versus someone who may be more reserved and an individual contributor. Then Sync Up will predict a message that you can use in conversation. So you can have a better conversation every time.

FEATURES INCLUDE:
-Embedded analytics with your LinkedIn account. Showing you in depth statistics of your LinkedIn presence.
-Embedded insights showing you data about your outbound campaigns. What time of day works best for messaging? How long your messages should be? What people respond best to what messages? And much much more.
-Personality Artificial Intelligence: Learn about anyone just from their LinkedIn profile. How to negotiate with them, work with them, sales pitch to them, and more. 
-Automatically Connect Feature for LinkedIn
-Automatically Message Feature for LinkedIn
-Automatically Visit Profile Feature for LinkedIn
-Create an Unlimited amount of Campaigns

AND MUCH MUCH MORE!

So what are you waiting for? Try Sync Up today!

Questions?
Learn more about Sync Up at 
https://www.syncupcrm.com

Any suggestions?
Reach us at [email protected]                    

拡張機能の基本情報

名前 Sync Up Sync Up
ID obdjihnddaagiocaoomakiiophikmmeh
公式URL https://chromewebstore.google.com/detail/sync-up/obdjihnddaagiocaoomakiiophikmmeh
説明 Apply Job, Message, Connect automatically
ファイルサイズ 4.22 MB
インストール数 352
現在のバージョン 0.17
最終更新日 2021-01-16
公開日 2020-08-11
評価 5.00/5 合計 4 レビュー
開発者 https://syncupcrm.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.syncupcrm.com/
プライバシーポリシーページのURL https://www.syncupcrm.com/store-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sync Up",
    "version": "0.17",
    "description": "Apply Job, Message, Connect automatically",
    "manifest_version": 2,
    "author": "DeathEye1994",
    "browser_action": {
        "default_popup": "index.html#popup"
    },
    "background": {
        "page": "index.html#background",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "runtime.js",
                "polyfills.js",
                "vendor.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/img\/fav.png",
        "48": "assets\/img\/fav.png",
        "128": "assets\/img\/fav.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "*:\/\/*.linkedin.com\/",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com; object-src 'self'"
}