Find a Job

Find a Job - Job Search - Job Finder

What is Find a Job?

Find a Job is a Chrome extension developed by https://helloacm.com, and its main feature is "Find a Job - Job Search - Job Finder".

Extension Screenshots

screenshot
screenshot
screenshot

Download Find a Job Extension CRX File

Download Find a Job extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Find a Job Find a Job
ID ghclpimmbjepihhlnklkiemncamklkii
Official URL https://chromewebstore.google.com/detail/find-a-job/ghclpimmbjepihhlnklkiemncamklkii
Description Find a Job - Job Search - Job Finder
File Size 823 KB
Installation Count 35
Current Version 0.0.6.0
Last Updated 2021-09-18
Publish Date 2019-11-24
Rating 5.00/5 Total 1 Ratings
Developer https://helloacm.com
Email [email protected]
Payment Type free
Extension Website https://github.com/DoctorLai/JobTools
Help Page URL https://github.com/DoctorLai/JobTools
Privacy Policy Page URL https://helloacm.com/disclaimer
Supported Languages 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"
    ]
}