Upworkee

Get instant update about a new upwork job and apply faster than others

Upworkee क्या है?

Upworkee riverwaysoft.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get instant update about a new upwork job and apply faster than others"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Upworkee एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The best chance for getting client's attention is the timeframe where he posted a job up to an hour.

Clients will usually have a short list by then, and first set of short listed applicants will get interviewed and at least 1 will get hired.

Those who didn't make the cut might not be viewed at all no matter how good the profile is, because most of the cases clients don't go back to the user list anymore.

With notifications from our bot you will have an opportunity to be always in the shortlist and significantly increase chances to get hired.                    

एक्सटेंशन की मूल जानकारी

नाम Upworkee Upworkee
ID cobgonadnfcjnpfdjleagjhppaboaeda
आधिकारिक URL https://chromewebstore.google.com/detail/upworkee/cobgonadnfcjnpfdjleagjhppaboaeda
विवरण Get instant update about a new upwork job and apply faster than others
फ़ाइल का आकार 122 KB
स्थापना संख्या 204
वर्तमान संस्करण 1.4.0
अंतिम अपडेट 2019-07-04
प्रकाशन तिथि 2019-07-04
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर riverwaysoft.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://upworkee.com/static/PrivacyPolicy.pdf
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Upworkee",
    "description": "Get instant update about a new upwork job and apply faster than others",
    "author": "Sorokin Victor ",
    "version": "1.4.0",
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "https:\/\/upworkee.com\/*",
        "background",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_title": "Upworkee",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/manifest.js",
                "js\/vendor.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/upworkee.com\/*"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}