Sync Up

Apply Job, Message, Connect automatically

Co je Sync Up?

Sync Up je rozšíření Chrome vyvinuté https://syncupcrm.com, a jeho hlavní funkcí je „Apply Job, Message, Connect automatically“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Sync Up

Stáhněte si soubory rozšíření Sync Up ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Sync Up Sync Up
ID obdjihnddaagiocaoomakiiophikmmeh
Oficiální URL https://chromewebstore.google.com/detail/sync-up/obdjihnddaagiocaoomakiiophikmmeh
Popis Apply Job, Message, Connect automatically
Velikost souboru 4.22 MB
Počet instalací 352
Aktuální Verze 0.17
Poslední Aktualizace 2021-01-16
Datum Vydání 2020-08-11
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://syncupcrm.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.syncupcrm.com/
URL Stránky Zásad Ochrany Soukromí https://www.syncupcrm.com/store-policy
Podporované Jazyky 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'"
}