Careerscore: Job Search Save Button

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

Qu'est-ce que Careerscore: Job Search Save Button ?

Careerscore: Job Search Save Button est une extension Chrome développée par https://careerscore.com, et sa fonction principale est "Manage your job search in one place – discover and save jobs from across the web".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Careerscore: Job Search Save Button

Téléchargez les fichiers d'extension Careerscore: Job Search Save Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Careerscore: Job Search Save Button Careerscore: Job Search Save Button
ID onljmiibpdhbndelbnbnfelnimdlddci
URL Officiel https://chromewebstore.google.com/detail/careerscore-job-search-sa/onljmiibpdhbndelbnbnfelnimdlddci
Description Manage your job search in one place – discover and save jobs from across the web
Taille du Fichier 1.84 MB
Nombre d'Installations 2,502
Version Actuelle 3.3.2
Dernière Mise à Jour 2022-08-23
Date de Publication 2020-06-13
Évaluation 4.27/5 Total 11 Évaluations
Développeur https://careerscore.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.careerscore.com/privacy
Langues Prises en Charge 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"
    }
}