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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}