Linkedly

Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.

Was ist Linkedly?

Linkedly ist eine Chrome-Erweiterung, die von https://linkedly.app entwickelt wurde, und ihr Hauptmerkmal ist "Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.".

Erweiterungsscreenshots

screenshot
screenshot

Linkedly-Erweiterungs-CRX-Datei herunterladen

Laden Sie Linkedly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Linkedly is a networking tool that enhances your chances of receiving responses while networking, and it also assists in keeping track of your outreach efforts.

It features:
- Personalized reach-out message generator using Chat GPT
- Email Address generator
- List builder of people you have reached out to
- Download built lists to Excel                    

Grundlegende Informationen zur Erweiterung

Name Linkedly Linkedly
ID imogamaabehbgfjmddalkhmimcnmfmid
Offizielle URL https://chromewebstore.google.com/detail/linkedly/imogamaabehbgfjmddalkhmimcnmfmid
Beschreibung Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.
Dateigröße 34.88 KB
Installationsanzahl 52
Aktuelle Version 1.1.0
Letztes Update 2023-07-29
Veröffentlichungsdatum 2023-07-07
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://linkedly.app
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://linkedly.app/
Hilfeseite URL https://linkedly.app/support.html
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Linkedly",
    "version": "1.1.0",
    "description": "Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.",
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ],
    "action": {
        "default_popup": "pageLoading\/loading.html",
        "default_icon": {
            "128": "images\/chainlogoblacksmall.png"
        }
    },
    "oauth2": {
        "client_id": "434880350039-oa4f7bc3k4shqjq5ev3edhvcj3itjvdv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*\/*",
            "http:\/\/*\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/www.linkedin.com\/in\/*",
        "http:\/\/www.linkedin.com\/in\/*",
        "https:\/\/linkedly.app\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/in\/*",
                "http:\/\/www.linkedin.com\/in\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}