Craigslist Jobs
Search for jobs on Craigslist.
ما هو Craigslist Jobs؟
Craigslist Jobs هو إضافة Chrome تم تطويرها بواسطة http://joshmckibbin.com، والميزة الرئيسية لها هي "Search for jobs on Craigslist.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Craigslist Jobs
قم بتنزيل ملفات الامتداد Craigslist Jobs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
VERSION 1.9 /// WHAT'S NEW... - Removed the quantity field and replaced it with a search function Basic extension that allows you to scroll through a list of the most recent job postings on Craigslist for any US or Canada city selected on the options page. Click on any entry in the list to toggle its description. You can also use the search bar to search jobs on the actual Craigslist site for your selected city. For more info about updates/changes or to request a new feature: http://kibb.in/cljobs Please use the above link to report any bugs or feature requests.
معلومات أساسية عن التمديد
الاسم | |
ID | ihfloajilpmkghkiknpeamadkcnljjek |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/craigslist-jobs/ihfloajilpmkghkiknpeamadkcnljjek |
الوصف | Search for jobs on Craigslist. |
حجم الملف | 55 KB |
عدد التثبيتات | 185 |
النسخة الحالية | 1.9 |
آخر تحديث | 2019-08-22 |
تاريخ النشر | 2019-08-22 |
تقييم | 2.83/5 مجموع تقييمات 6 |
المطور | http://joshmckibbin.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://kibb.in/cljobs |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Craigslist Jobs", "version": "1.9", "description": "Search for jobs on Craigslist.", "homepage_url": "http:\/\/kibb.in\/cljobs", "browser_action": { "default_icon": "icon_19.png", "default_popup": "popup.html", "default_title": "Search for a job on Craigslist" }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "https:\/\/*.craigslist.org\/", "https:\/\/*.craigslist.ca\/" ] } |