Upwork toolkit - your own freelance assistant

Save time and earn more with Upwork toolkit.

Upwork toolkit - your own freelance assistant क्या है?

Upwork toolkit - your own freelance assistant Ilya द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save time and earn more with Upwork toolkit."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ===============================

Job hunting on Upwork is exhausting and time consuming.
Reclaim your time and energy by eliminating the need for constant job feed monitoring.

Let this extension do it for you:
- Focus on your tasks instead of refreshing Upwork all the time
- See new jobs before everyone else
- Apply first with pre-populated cover letters
- Win more jobs and earn more

===============================

NOTICE OF NON-AFFILIATION AND DISCLAIMER

WE ARE NOT AFFILIATED, ASSOCIATED, AUTHORISED, ENDORSED BY, OR IN ANY WAY OFFICIALLY CONNECTED WITH UPWORK.COM OR ANY OF ITS SUBSIDIARIES OR ITS AFFILIATES. THE OFFICIAL UPWORK WEBSITE CAN BE FOUND AT https://upwork.com.                    

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

नाम Upwork toolkit - your own freelance assistant Upwork toolkit - your own freelance assistant
ID gcjmekbfkkmaccloaoccfiohjnmgkddm
आधिकारिक URL https://chromewebstore.google.com/detail/upwork-toolkit-your-own-f/gcjmekbfkkmaccloaoccfiohjnmgkddm
विवरण Save time and earn more with Upwork toolkit.
फ़ाइल का आकार 1.23 MB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.5.12
अंतिम अपडेट 2024-02-17
प्रकाशन तिथि 2017-05-28
रेटिंग 4.76/5 कुल 431 रेटिंग्स
डेवलपर Ilya
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Upwork toolkit - your own freelance assistant",
    "description": "Save time and earn more with Upwork toolkit.",
    "version": "1.5.12",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "action": {
        "default_icon": "icon\/32.png"
    },
    "options_page": "index.html#\/options",
    "permissions": [
        "alarms",
        "storage",
        "cookies",
        "offscreen",
        "notifications",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/*.upwork.com\/",
        "https:\/\/api.mixpanel.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "request_modifier.json"
            }
        ]
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/*.upwork.com\/ab\/proposals\/job\/*\/apply*"
            ]
        }
    ]
}