remoteable
remote jobs aggregator.
ما هو remoteable؟
remoteable هو إضافة Chrome تم تطويرها بواسطة ozojiechikelu، والميزة الرئيسية لها هي "remote jobs aggregator.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة remoteable
قم بتنزيل ملفات الامتداد remoteable بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you feel that your mailbox is being cluttered with job adverts or you need a simple and reliable way of keeping track of remote job listings then this extension is for you. * Auto update of new jobs as they become available * ability to filter jobs by tags and get shown only the jobs you want. * Easily manageable notification system * Ability to save jobs and view them for later * Simple and delightful UI This extension aggregates jobs from remote.io, stackoverflow.com, weworkremotely.com
معلومات أساسية عن التمديد
الاسم | |
ID | badejnndoablclhffafkgeggfiepmjin |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/remoteable/badejnndoablclhffafkgeggfiepmjin |
الوصف | remote jobs aggregator. |
حجم الملف | 2.46 MB |
عدد التثبيتات | 39 |
النسخة الحالية | 1.1.3 |
آخر تحديث | 2018-09-28 |
تاريخ النشر | 2018-09-28 |
تقييم | 4.00/5 مجموع تقييمات 3 |
المطور | ozojiechikelu |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "remoteable", "short_name": "remoteable", "description": "remote jobs aggregator.", "version": "1.1.3", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Remoteable", "default_popup": "pages\/popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "background", "contextMenus", "cookies", "debugger", "declarativeContent", "notifications", "tabs", "storage" ] } |