Find a Job

Find a Job - Job Search - Job Finder

Hvad er Find a Job?

Find a Job er en Chrome-udvidelse udviklet af https://helloacm.com, og dens hovedfunktion er "Find a Job - Job Search - Job Finder".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Find a Job-udvidelses-CRX-fil

Download Find a Job-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Find a Job - Job Finder - Search Job - Job Search
Current Supported Countries:
1. USA
2. UK                    

Grundlæggende oplysninger om udvidelsen

Navn Find a Job Find a Job
ID ghclpimmbjepihhlnklkiemncamklkii
Officiel URL https://chromewebstore.google.com/detail/find-a-job/ghclpimmbjepihhlnklkiemncamklkii
Beskrivelse Find a Job - Job Search - Job Finder
Filstørrelse 823 KB
Antal Installationer 35
Nuværende Version 0.0.6.0
Senest Opdateret 2021-09-18
Udgivelsesdato 2019-11-24
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://helloacm.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/DoctorLai/JobTools
Hjælpeside-URL https://github.com/DoctorLai/JobTools
URL til Fortrolighedspolitik Side https://helloacm.com/disclaimer
Understøttede Sprog en,en-GB,en-US,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Find a Job",
    "short_name": "JobSearch",
    "default_locale": "en",
    "version": "0.0.6.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Find a Job (Job Search)",
        "default_popup": "main.html"
    },
    "author": "justyy",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "description": "Find a Job - Job Search - Job Finder",
    "web_accessible_resources": [
        "js\/*",
        "lang\/*",
        "images\/*",
        "css\/*",
        "bs\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ]
}