Linkedly

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

Co je Linkedly?

Linkedly je rozšíření Chrome vyvinuté https://linkedly.app, a jeho hlavní funkcí je „Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Linkedly

Stáhněte si soubory rozšíření Linkedly 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í

                        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                    

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

Název Linkedly Linkedly
ID imogamaabehbgfjmddalkhmimcnmfmid
Oficiální URL https://chromewebstore.google.com/detail/linkedly/imogamaabehbgfjmddalkhmimcnmfmid
Popis Linkedly is a chrome extension that helps you find the most relevant LinkedIn profiles for your target companies.
Velikost souboru 34.88 KB
Počet instalací 52
Aktuální Verze 1.1.0
Poslední Aktualizace 2023-07-29
Datum Vydání 2023-07-07
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://linkedly.app
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://linkedly.app/
URL Stránky Nápovědy https://linkedly.app/support.html
Podporované Jazyky 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"
            ]
        }
    ]
}