Sync Up

Apply Job, Message, Connect automatically

O que é Sync Up?

Sync Up é uma extensão do Chrome desenvolvida por https://syncupcrm.com, e sua principal característica é "Apply Job, Message, Connect automatically".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Sync Up

Baixe arquivos de extensão Sync Up no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Sync Up Sync Up
ID obdjihnddaagiocaoomakiiophikmmeh
URL Oficial https://chromewebstore.google.com/detail/sync-up/obdjihnddaagiocaoomakiiophikmmeh
Descrição Apply Job, Message, Connect automatically
Tamanho do Arquivo 4.22 MB
Contagem de Instalações 352
Versão Atual 0.17
Última Atualização 2021-01-16
Data de Publicação 2020-08-11
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://syncupcrm.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.syncupcrm.com/
URL da Página de Política de Privacidade https://www.syncupcrm.com/store-policy
Idiomas Suportados 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'"
}