Careerscore: Job Search Save Button

Manage your job search in one place – discover and save jobs from across the web

Co to jest Careerscore: Job Search Save Button?

Careerscore: Job Search Save Button to rozszerzenie Chrome opracowane przez https://careerscore.com, a jego główną funkcją jest „Manage your job search in one place – discover and save jobs from across the web”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Careerscore: Job Search Save Button

Pobierz pliki rozszerzeń Careerscore: Job Search Save Button 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

                        Manage your job search in one place – discover and save jobs from across the web

Search smarter, not harder. Save jobs from any website and manage them on your CareerScore Search Board.

- Easily save jobs from any site.
- Visually track your progress with the Kanban Search Board.
- Keep notes, contacts, and deadlines in one place.
- Get recommended jobs and feedback from your advisor.

Job Search Save Button can only be used by students from schools using CareerScore.                    

Podstawowe informacje o rozszerzeniu

Nazwa Careerscore: Job Search Save Button Careerscore: Job Search Save Button
ID onljmiibpdhbndelbnbnfelnimdlddci
Oficjalny URL https://chromewebstore.google.com/detail/careerscore-job-search-sa/onljmiibpdhbndelbnbnfelnimdlddci
Opis Manage your job search in one place – discover and save jobs from across the web
Rozmiar pliku 1.84 MB
Liczba instalacji 2,502
Aktualna Wersja 3.3.2
Ostatnia Aktualizacja 2022-08-23
Data Publikacji 2020-06-13
Ocena 4.27/5 Łącznie 11 Oceny
Deweloper https://careerscore.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.careerscore.com/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Careerscore: Job Search Save Button",
    "description": "Manage your job search in one place \u2013 discover and save jobs from across the web",
    "version": "3.3.2",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Careerscore: Job Search Save Button"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "arrow-to-bottom-light.svg",
        "close-icon.png",
        "columns-light.svg",
        "cs-chrome-tiles-gray.png",
        "cs-chrome-tiles-white.png",
        "cs-chrome-download-gray.png",
        "cs-chrome-download-white.png",
        "cs-chrome-download-blue.png",
        "*.otf",
        "fonts\/ProximaNova-Regular.ttf",
        "fonts\/*.ttf",
        "fonts\/*.otf"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.careerscore.com\/*",
            "*:\/\/careerscore.com\/*"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}