Careers Page Finder
This extension allows you to easily find the sneaky careers url on any page
Vad är Careers Page Finder?
Careers Page Finder är en Chrome-tillägg utvecklad av https://dimafeldman.com, och dess huvudfunktion är "This extension allows you to easily find the sneaky careers url on any page".
Tilläggsskärmbilder
Ladda ner Careers Page Finder-förlängningens CRX-fil
Ladda ner Careers Page Finder-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
Save a few valuable seconds on every company page you visit while job hunting.
This extension allows you to easily find the sneaky careers/jobs url on any website.
It also allows you to mark links that the extension wasn't smart enough to find - and teach it how to do so next time.
Plus - it's completely open source, and available here: https://github.com/dimafeldman/careers-page-finder Grundläggande Information om Tillägg
| Namn | |
| ID | kocllagmdaamacaegmhpaknjgbkfpfag |
| Officiell webbadress | https://chromewebstore.google.com/detail/careers-page-finder/kocllagmdaamacaegmhpaknjgbkfpfag |
| Beskrivning | This extension allows you to easily find the sneaky careers url on any page |
| Filstorlek | 41.44 KB |
| Antal Installationer | 25 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2016-12-18 |
| Publiceringsdatum | 2016-12-18 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://dimafeldman.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://dimafeldman.com |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Careers Page Finder",
"description": "This extension allows you to easily find the sneaky careers url on any page",
"version": "1.0",
"browser_action": {
"default_icon": "icons\/icon-19.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/icon-16-active.png",
"19": "icons\/icon-19-active.png",
"128": "icons\/icon-128.png"
},
"permissions": [
"activeTab",
"tabs",
"contextMenus",
"declarativeContent",
"webNavigation",
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
" | |