Careerscore: Job Search Save Button

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

Careerscore: Job Search Save Buttonとは何ですか?

Careerscore: Job Search Save Buttonはhttps://careerscore.comによって開発されたChromeの拡張機能で、その主な機能は「Manage your job search in one place – discover and save jobs from across the web」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Careerscore: Job Search Save Button拡張機能のCRXファイルをダウンロード

Careerscore: Job Search Save Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Careerscore: Job Search Save Button Careerscore: Job Search Save Button
ID onljmiibpdhbndelbnbnfelnimdlddci
公式URL https://chromewebstore.google.com/detail/careerscore-job-search-sa/onljmiibpdhbndelbnbnfelnimdlddci
説明 Manage your job search in one place – discover and save jobs from across the web
ファイルサイズ 1.84 MB
インストール数 2,502
現在のバージョン 3.3.2
最終更新日 2022-08-23
公開日 2020-06-13
評価 4.27/5 合計 11 レビュー
開発者 https://careerscore.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.careerscore.com/privacy
対応言語 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"
    }
}