Follow

Follow lets you extract people that have liked a LinkedIn post. Our customers leverage Follow to improve their reply rate on…

Cos'è Follow?

Follow è un'estensione di Chrome sviluppata da getfollow.io, e la sua funzione principale è "Follow lets you extract people that have liked a LinkedIn post. Our customers leverage Follow to improve their reply rate on…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Follow

Scarica i file di estensione Follow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Follow lets you extract people that have liked a LinkedIn post. 

Our customers leverage Follow to improve their reply rate on their outbound campaigns and build more pipeline.

How it works:

- Install Chrome Extension
- “Extract” button appears on every LinkedIn post
- Select the number of people you want to extract
- Receive a CSV in your email or connect it to your your tools (Salesforce, Hubspot, Pipedrive, Salesloft, Outreach, Salesloft and more)                    

Informazioni di Base sull'Estensione

Nome Follow Follow
ID gokkgekggjoaehmegbcajkngkedmjjnm
URL Ufficiale https://chromewebstore.google.com/detail/follow/gokkgekggjoaehmegbcajkngkedmjjnm
Descrizione Follow lets you extract people that have liked a LinkedIn post. Our customers leverage Follow to improve their reply rate on…
Dimensione del File 199 KB
Conteggio Installazioni 1,346
Versione Corrente 1.9.0
Ultimo Aggiornamento 2024-01-29
Data di Pubblicazione 2023-02-01
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore getfollow.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.getfollow.io
URL della Pagina della Politica sulla Privacy https://www.getfollow.io/legal
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Follow",
    "version": "1.9.0",
    "action": {
        "default_title": "Follow",
        "default_icon": "Follow128.png",
        "default_popup": "popup\/index.html"
    },
    "icons": [],
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader.a6d8519d.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "media": [],
            "css": [
                "assets\/main.5f520cb4.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.getfollow.io\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "resources": [
                "assets\/client.61ce2bae.js",
                "assets\/_commonjsHelpers.f037b798.js",
                "assets\/utils.770a58f6.js",
                "assets\/main.tsx.b4ea6347.js"
            ],
            "use_dynamic_url": true
        }
    ]
}