linkedin-google-chrome-extension

Google Chrome extension that is working with “Linkedin.com”

Qu'est-ce que linkedin-google-chrome-extension ?

linkedin-google-chrome-extension est une extension Chrome développée par getleadscc, et sa fonction principale est "Google Chrome extension that is working with “Linkedin.com”".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension linkedin-google-chrome-extension

Téléchargez les fichiers d'extension linkedin-google-chrome-extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Getleads.cc is the secret weapon of every salesperson.
Do not waste your time with qualifying prospects - simply focus on closing deals.
Getleads.cc brings you automatically warm leads that are willing to start negotiations about business with you. - Without coldcalling or any marketing advertisement spent.

How to use it?

1. Install the Getleads.cc Chrome extension.
2. Create a free Getleads.cc account on https://www.getleads.cc
2. Go to any Linkedin, Xing or other supported social media  profile and save prospects.
3. Or you can search leads in Linkedin search or Sales Navigator and select leads with checkboxes or set how many pages of search results do you need to save.

For any further questions about email finder, feel free to contact us.                    

Informations de Base sur l'Extension

Nom linkedin-google-chrome-extension linkedin-google-chrome-extension
ID dhkafidmodkmomfaacplcphbnkgifiag
URL Officiel https://chrome.google.com/webstore/detail/linkedin-google-chrome-ex/dhkafidmodkmomfaacplcphbnkgifiag
Description Google Chrome extension that is working with “Linkedin.com”
Taille du Fichier 417 KB
Nombre d'Installations 41
Version Actuelle 2.0.2
Dernière Mise à Jour 2020-11-13
Date de Publication 2020-06-17
Développeur getleadscc
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://app.getleads.cc/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "linkedin-google-chrome-extension",
    "description": "Google Chrome extension that is working with \u201cLinkedin.com\u201d",
    "version": "2.0.2",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "linkedin-google-chrome-extension",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "*:\/\/*.linkedin.com\/",
        "*:\/\/*.xing.com\/",
        "https:\/\/app.getleads.cc\/",
        "https:\/\/testserver.getleads.cc\/"
    ]
}