Up freelance helper

Show notifications on new jobs on Upwork. Get detailed notification information

ما هو Up freelance helper؟

Up freelance helper هو إضافة Chrome تم تطويرها بواسطة volodalexey، والميزة الرئيسية لها هي "Show notifications on new jobs on Upwork. Get detailed notification information".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Up freelance helper

قم بتنزيل ملفات الامتداد Up freelance helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension help you to ping Upwork for new jobs.
You can:
- filter (delete) downloaded job.
- if job is downloaded and you apply to this job on Upwork site - extension will keep this apply action. Any new jobs will be checked if you applied to this client already.
- simple seetings to show notifications, etc.

Это дополнение помогает вам пинговать новые вакансии на Upwork
Вы можете:
- фильтровать (удалять) загруженные вакансии.
- если у вас загружена вакансия и вы откликнулись на эту вакансию на Upwork сайте - тогда дополнение запомнит этот отклик. В дальнейшем любая загруженная работа будет проверена, не откликались вы уже на вакансию этого клиента.
- простые настройки для показа всплывающих сообщений, и т.д.                    

معلومات أساسية عن التمديد

الاسم Up freelance helper Up freelance helper
ID fcpogaaliekkehdbmgmkbpkobejholdd
عنوان URL الرسمي https://chromewebstore.google.com/detail/up-freelance-helper/fcpogaaliekkehdbmgmkbpkobejholdd
الوصف Show notifications on new jobs on Upwork. Get detailed notification information
حجم الملف 1.65 MB
عدد التثبيتات 572
النسخة الحالية 1.5
آخر تحديث 2019-06-07
تاريخ النشر 2019-06-06
تقييم 5.00/5 مجموع تقييمات 2
المطور volodalexey
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Up freelance helper",
    "description": "Show notifications on new jobs on Upwork. Get detailed notification information",
    "version": "1.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.upwork.com\/",
        "notifications",
        "alarms",
        "background",
        "webRequest",
        "storage"
    ],
    "options_page": "options.html"
}