Careerscore: Job Search Save Button

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

Cos'è Careerscore: Job Search Save Button?

Careerscore: Job Search Save Button è un'estensione di Chrome sviluppata da https://careerscore.com, e la sua funzione principale è "Manage your job search in one place – discover and save jobs from across the web".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Careerscore: Job Search Save Button

Scarica i file di estensione Careerscore: Job Search Save Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Careerscore: Job Search Save Button Careerscore: Job Search Save Button
ID onljmiibpdhbndelbnbnfelnimdlddci
URL Ufficiale https://chromewebstore.google.com/detail/careerscore-job-search-sa/onljmiibpdhbndelbnbnfelnimdlddci
Descrizione Manage your job search in one place – discover and save jobs from across the web
Dimensione del File 1.84 MB
Conteggio Installazioni 2,502
Versione Corrente 3.3.2
Ultimo Aggiornamento 2022-08-23
Data di Pubblicazione 2020-06-13
Valutazione 4.27/5 Totale 11 Valutazioni
Sviluppatore https://careerscore.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.careerscore.com/privacy
Lingue Supportate 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"
    }
}