Upwork Helper by Vollna

Get more clients on Upwork with less effort

Upwork Helper by Vollna क्या है?

Upwork Helper by Vollna Vollna द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get more clients on Upwork with less effort"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Track new Upwork projects, receive notifications, and send winning proposals without the hassle. We have spent more than ten years sending proposals and searching for jobs on Upwork, which led us to create Vollna.com, and we share our experience with you

Once you have a Vollna account, use the Upwork helper by Vollna Chrome extension to:
- Track multiple Upwork feeds with improved filter criteria
- Get instant notifications on relevant job postings right into Slack, Discord, Telegram, email or direct to your CRM.
- Send winning proposals in one click
- Access to 50+ Premium proposal templates created by experienced Upworkers
- Mark projects and track your productivity, see personal statistics, and improve proposals conversion
- Invite your colleagues, share your filters and notifications, and track team statistics.

ABOUT VOLLNA
Vollna.com was created by expert Upworkers for Upworkers. We have extensive experience in freelancing and fully understand the time-consuming nature of sending proposals and looking for jobs. Let Vollna.com assist you in streamlining your proposal process, saving you hours of repetitive tasks on Upwork, such as composing proposals from scratch and browsing job feeds to find next project.                    

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

नाम Upwork Helper by Vollna Upwork Helper by Vollna
ID ogkpippnjeanpefmaahcmokejkaeipjo
आधिकारिक URL https://chromewebstore.google.com/detail/upwork-helper-by-vollna/ogkpippnjeanpefmaahcmokejkaeipjo
विवरण Get more clients on Upwork with less effort
फ़ाइल का आकार 17.83 KB
स्थापना संख्या 167
वर्तमान संस्करण 2.0.6
अंतिम अपडेट 2024-02-19
प्रकाशन तिथि 2023-07-13
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Vollna
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.vollna.com/r/chrome
सहायता पृष्ठ URL https://www.vollna.com/contact?utm_source=webstore&utm_medium=chrome&utm_campaign=contact_link
गोपनीयता नीति पृष्ठ URL https://www.vollna.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Upwork Helper by Vollna",
    "description": "Get more clients on Upwork with less effort",
    "version": "2.0.6",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16x.png",
        "32": "icons\/32x.png",
        "48": "icons\/48x.png",
        "128": "icons\/128x.png"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/upwork.com\/*",
        "https:\/\/*.upwork.com\/*",
        "https:\/\/www.vollna.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content_script.js",
                "inject.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/upwork.com\/*",
                "https:\/\/www.upwork.com\/*",
                "https:\/\/www.vollna.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "select-template.html"
            ],
            "matches": [
                "https:\/\/*.upwork.com\/*"
            ]
        },
        {
            "resources": [
                "injected.js"
            ],
            "matches": [
                "https:\/\/upwork.com\/*",
                "https:\/\/*.upwork.com\/*",
                "https:\/\/www.vollna.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.upwork.com\/*",
            "https:\/\/www.vollna.com\/*"
        ]
    }
}