Jobylon

Easily source candidates to Jobylon from anywhere

What is Jobylon?

Jobylon is a Chrome extension developed by https://jobylon.com, and its main feature is "Easily source candidates to Jobylon from anywhere".

Extension Screenshots

screenshot

Download Jobylon Extension CRX File

Download Jobylon 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

                        Easily source candidates to Jobylon from anywhere.

Jobylon for Chrome provides you with a simple and quick way to source candidates directly to Jobylon for any page. We support automatic fill from Github.

You can also use the plugin to manually upload candidates to specific jobs.                    

Extension Basic Information

Name Jobylon Jobylon
ID blnlahiklellcfmblnfdhejkonblhcli
Official URL https://chromewebstore.google.com/detail/jobylon/blnlahiklellcfmblnfdhejkonblhcli
Description Easily source candidates to Jobylon from anywhere
File Size 412 KB
Installation Count 348
Current Version 0.5.0 beta
Last Updated 2023-10-04
Publish Date 2019-12-17
Rating 5.00/5 Total 8 Ratings
Developer https://jobylon.com
Email [email protected]
Payment Type free
Extension Website https://www.jobylon.com
Privacy Policy Page URL https://www.jobylon.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jobylon",
    "version": "0.5.0",
    "version_name": "0.5.0 beta",
    "author": "Jobylon",
    "homepage_url": "https:\/\/www.jobylon.com",
    "description": "Easily source candidates to Jobylon from anywhere",
    "content_security_policy": "script-src 'self' https:\/\/*.jobylon.com\/*; object-src 'self'",
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/*.jobylon.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Jobylon",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/logo_16.png",
            "32": "assets\/images\/logo_32.png",
            "48": "assets\/images\/logo_48.png",
            "128": "assets\/images\/logo_128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/logo_16.png",
        "32": "assets\/images\/logo_32.png",
        "48": "assets\/images\/logo_48.png",
        "128": "assets\/images\/logo_128.png"
    }
}