Parsley

Sync your ATS with LinkedIn, and learn to love sourcing again!

Co to jest Parsley?

Parsley to rozszerzenie Chrome opracowane przez https://getparsley.net, a jego główną funkcją jest „Sync your ATS with LinkedIn, and learn to love sourcing again!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Parsley

Pobierz pliki rozszerzeń Parsley w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        A good sourcing tool should feel effortless. It should be there when you need it, and get out of the way when you don't. Parsley adds just the right touch to your sourcing efforts.

- Identifies Candidate & Client Profiles
- Eliminate Manual Copy & Paste
- Keeps Notes & History in Sync
- Manage Talent Folders / Tear Sheets
- Add to Jobs & Track Status
- Keep Data & Profile Pictures up to date

Built for the Power Recruiter

Life can be challenging staying on top of your client and candidate relationships. Especially when you're constantly hoping between your ATS and LinkedIn. Parsley brings clarity to your daily workflow so you can spend more time on things that actually matter - connecting with clients and candidates.

Bullhorn or JobAdder? We've got you covered.

Parsley was built to work with two of the most popular ATS platforms on the planet. So whether you recruit in Los Angeles, Boston, Sydney or London, Parsley should fit in nicely with your tech stack.                    

Podstawowe informacje o rozszerzeniu

Nazwa Parsley Parsley
ID cbfchibhpgejkjjgbmibehnkimompmgc
Oficjalny URL https://chromewebstore.google.com/detail/parsley/cbfchibhpgejkjjgbmibehnkimompmgc
Opis Sync your ATS with LinkedIn, and learn to love sourcing again!
Rozmiar pliku 1.52 MB
Liczba instalacji 432
Aktualna Wersja 4.2.28
Ostatnia Aktualizacja 2024-02-28
Data Publikacji 2021-07-14
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://getparsley.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.getparsley.net
Adres URL Strony Pomocy https://support.getparsley.net/en/
Adres URL Strony Polityki Prywatności https://www.getparsley.net/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Parsley",
    "version": "4.2.28",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjtt+U+SJbaphQ47v+oJvVvp+Npu1ljOmTLNeCRv74YZMAMXcWzNroOFF\/J12o+gxIylyDtJnq62tFJbTtM\/dsau3GkSpkir4E3GhONhVJO1Zes3TNmmDAkExkzGNrby7sSKh3qFB9LIVZtZt4PRjuKvPByx\/L93dTyWq\/Ebg3\/wj4cZW9nd7n8H04V3rEJyxDkhcAgVL+ZhDZu80Lqm74VDGM\/lXgEb4FhXRi7PsphYvLyZp0UnxQgh\/wPqYAactMSp+xHK73PBBJ8FkwjfUJCyh6nnCYYYO9oExTTKUhE6jNsoyTQHm3VOVl9NLfL+aPqykJJ3bmiRNDx2qCGrkFQIDAQAB",
    "description": "Sync your ATS with LinkedIn, and learn to love sourcing again!",
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icons\/icon-16.png",
            "48": "images\/icons\/icon-48.png",
            "128": "images\/icons\/icon-128.png"
        },
        "default_title": "Get Parsley",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "floater\/assets\/index.js"
            ],
            "css": [
                "floater\/css\/parsley.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/www.linkedin.com\/*",
        "*:\/\/*.getparsley.net\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "floater\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "side_panel": {
        "default_path": "popup\/index.html"
    },
    "permissions": [
        "activeTab",
        "sidePanel",
        "storage",
        "tabs",
        "background"
    ]
}