Salary Seeker
Calculate the salary range for jobs advertised on Seek.
ما هو Salary Seeker؟
Salary Seeker هو إضافة Chrome تم تطويرها بواسطة cheesestringer، والميزة الرئيسية لها هي "Calculate the salary range for jobs advertised on Seek.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Salary Seeker
قم بتنزيل ملفات الامتداد Salary Seeker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Take the guess work out of job hunting. Calculates the hidden advertising range from potential employers to help you make informed decisions when applying for jobs or negotiating your salary. Supports Seek Australia and New Zealand. This extension is not connected with, or approved by, Seek Limited. For any problems or suggestions create an issue listing the details here: https://github.com/cheesestringer/salary-seeker/issues If you enjoy the extension feel free to buy me a coffee :) https://www.buymeacoffee.com/cheesestringer
معلومات أساسية عن التمديد
الاسم | Salary Seeker |
ID | okapllpgbpdbfbpaelpjpgdmholakcfm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/salary-seeker/okapllpgbpdbfbpaelpjpgdmholakcfm |
الوصف | Calculate the salary range for jobs advertised on Seek. |
حجم الملف | 123 KB |
عدد التثبيتات | 4,777 |
النسخة الحالية | 1.0.18 |
آخر تحديث | 2023-05-03 |
تاريخ النشر | 2019-11-16 |
تقييم | 4.91/5 مجموع تقييمات 11 |
المطور | cheesestringer |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/cheesestringer/salary-seeker |
عنوان صفحة المساعدة | https://github.com/cheesestringer/salary-seeker/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salary Seeker", "version": "1.0.18", "description": "Calculate the salary range for jobs advertised on Seek.", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "18": "icons\/icon18.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*.seek.com.au\/*", "https:\/\/www.seek.co.nz\/*" ], "manifest_version": 2, "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src 'self' https:\/\/*.seek.com.au" } |