Jobylon
Easily source candidates to Jobylon from anywhere
Vad är Jobylon?
Jobylon är en Chrome-tillägg utvecklad av https://jobylon.com, och dess huvudfunktion är "Easily source candidates to Jobylon from anywhere".
Tilläggsskärmbilder
Ladda ner Jobylon-förlängningens CRX-fil
Ladda ner Jobylon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Jobylon |
ID | blnlahiklellcfmblnfdhejkonblhcli |
Officiell webbadress | https://chromewebstore.google.com/detail/jobylon/blnlahiklellcfmblnfdhejkonblhcli |
Beskrivning | Easily source candidates to Jobylon from anywhere |
Filstorlek | 412 KB |
Antal Installationer | 348 |
Aktuell Version | 0.5.0 beta |
Senast Uppdaterad | 2023-10-04 |
Publiceringsdatum | 2019-12-17 |
Betyg | 5.00/5 Totalt 8 Betyg |
Utvecklare | https://jobylon.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.jobylon.com |
URL till Sekretesspolicy Sidan | https://www.jobylon.com/privacy-policy |
Stödda Språk | 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" } } |