Upwex - AI Tools for Upwork

Upwork AI Proposal & Sync with Pipedrive

Upwex - AI Tools for Upwork क्या है?

Upwex - AI Tools for Upwork https://upwex.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Upwork AI Proposal & Sync with Pipedrive"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Introducing Upwex - a fantastic browser extension designed to help freelancers and businesses on Upwork! With Upwex, you have access to a range of amazing features that will make your Upwork experience much more enjoyable

Job post analysis? Check. Proposal generation? Check. Question answering? Check. Pipedrive CRM sync? Check. And that's just the beginning! Upwex is the all-in-one solution you've been waiting for to streamline your Upwork workflow and supercharge your results

By using Upwex, you'll save time, work more efficiently, and create personalized proposals that stand out from the competition. You'll never miss a beat when communicating with clients thanks to the AI-powered question-answering feature.

The best part is that Upwex is incredibly easy to use and integrates seamlessly with Pipedrive CRM, so you can manage your clients and your progress all in one place.

Don't let your competitors get ahead of you                    

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

नाम Upwex - AI Tools for Upwork Upwex - AI Tools for Upwork
ID pmipgiahphnifpajbfnpahjfkanpfabf
आधिकारिक URL https://chromewebstore.google.com/detail/upwex-ai-tools-for-upwork/pmipgiahphnifpajbfnpahjfkanpfabf
विवरण Upwork AI Proposal & Sync with Pipedrive
फ़ाइल का आकार 474 KB
स्थापना संख्या 825
वर्तमान संस्करण 2.2.3
अंतिम अपडेट 2024-02-29
प्रकाशन तिथि 2023-04-09
रेटिंग 5.00/5 कुल 11 रेटिंग्स
डेवलपर https://upwex.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://upwex.io
सहायता पृष्ठ URL https://upwex.io
गोपनीयता नीति पृष्ठ URL https://upwex.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Upwex - AI Tools for Upwork",
    "description": "Upwork AI Proposal & Sync with Pipedrive",
    "version": "2.2.3",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js",
                "inject.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/upwork.com\/*",
                "https:\/\/www.upwork.com\/*",
                "https:\/\/account.upwex.io\/*",
                "https:\/\/hl.upwex.io\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "cookies",
        "storage"
    ],
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "action": {
        "default_title": "Upwork AI Starter",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/upwork.com\/*",
        "https:\/\/account.upwex.io\/*",
        "https:\/\/hl.upwex.io\/*",
        "https:\/\/*.upwork.com\/*",
        "https:\/\/app.upwex.io\/*",
        "https:\/\/hlb.upwex.io\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js"
            ],
            "matches": [
                "https:\/\/upwork.com\/*",
                "https:\/\/*.upwork.com\/*",
                "https:\/\/account.upwex.io\/*",
                "https:\/\/hl.upwex.io\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.upwork.com\/*",
            "https:\/\/account.upwex.io\/*"
        ]
    }
}