Find a Job

Find a Job - Job Search - Job Finder

Qu'est-ce que Find a Job ?

Find a Job est une extension Chrome développée par https://helloacm.com, et sa fonction principale est "Find a Job - Job Search - Job Finder".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Find a Job

Téléchargez les fichiers d'extension Find a Job 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

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

Informations de Base sur l'Extension

Nom Find a Job Find a Job
ID ghclpimmbjepihhlnklkiemncamklkii
URL Officiel https://chromewebstore.google.com/detail/find-a-job/ghclpimmbjepihhlnklkiemncamklkii
Description Find a Job - Job Search - Job Finder
Taille du Fichier 823 KB
Nombre d'Installations 35
Version Actuelle 0.0.6.0
Dernière Mise à Jour 2021-09-18
Date de Publication 2019-11-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://helloacm.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/DoctorLai/JobTools
URL de la Page d'Aide https://github.com/DoctorLai/JobTools
URL de la Page de Politique de Confidentialité https://helloacm.com/disclaimer
Langues Prises en Charge 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"
    ]
}