Translator: LinkedIn Jobs
A multi-language translator for LinkedIn job descriptions.
What is Translator: LinkedIn Jobs?
Translator: LinkedIn Jobs is a Chrome extension developed by http://brayo.co, and its main feature is "A multi-language translator for LinkedIn job descriptions.".
Extension Screenshots
Download Translator: LinkedIn Jobs Extension CRX File
Download Translator: LinkedIn Jobs 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
Ever wanted to apply for a role on LinkedIn but the job description was written in a foreign (unreadable) language? With our tool, now you can translate any LinkedIn job description into the language of your choice by a simple click! Here's how to use it: 1. Go to LinkedIn and click on any job post. 2. Open the extension and pick a language you want the job description to be translated in. 3. Click on "Translate Now". Happy job hunting!
Extension Basic Information
Name | Translator: LinkedIn Jobs |
ID | pchglbjepjkfnclljaeakcfajmclpfmi |
Official URL | https://chrome.google.com/webstore/detail/translator-linkedin-jobs/pchglbjepjkfnclljaeakcfajmclpfmi |
Description | A multi-language translator for LinkedIn job descriptions. |
File Size | 661 KB |
Installation Count | 23 |
Current Version | 0.0.0.3 |
Last Updated | 2023-01-30 |
Publish Date | 2023-01-27 |
Developer | http://brayo.co |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Translator", "name": "Translator: LinkedIn Jobs", "description": "A multi-language translator for LinkedIn job descriptions.", "author": "Brian Njogu", "version": "0.0.0.3", "manifest_version": 3, "icons": { "16": "logo192.png", "48": "logo192.png", "128": "logo192.png" }, "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "index.html", "default_title": "Translate LinkedIn jobs" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/static\/js\/content.js", ".\/static\/js\/background.js" ] } ] } |