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
官方網址 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
電子郵箱 [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'"
}