Propos.li

Let Propos.li Help You Send Winning Upwork Proposals and Find Your Ideal Jobs faster

Propos.liคืออะไร?

Propos.li เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://propos.li และคุณลักษณะหลักของมันคือ "Let Propos.li Help You Send Winning Upwork Proposals and Find Your Ideal Jobs faster"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Propos.li

ดาวน์โหลดไฟล์ส่วนขยาย Propos.li ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        We spent over a decade sending proposals and looking for jobs on Upwork. 

As a result we created Propos.li - tool that helps send better proposals and find ideal matching jobs faster.

Sending proposals on Upwork and looking for ideal jobs is time consuming. 
Once you have Propos.li account you will be able to:

🤖 Apply for jobs on Upwork with AI-Powered Auto-Proposals using chatGPT
🏆 Use winning proposal templates from expert Upworkers
⏱️ Save up to 12h per week. Send proposals with a single click
⚡ Use /shortcuts to compose proposals even faster
🚀 Be first to apply for new jobs by getting instant notifications
📱 Use mobile apps to send proposals on the go


Made by Upworkers for Upworkers!
As expert vetted freelancers with over a decade of freelance experience, we know the feeling, which is why we created Propos.li - a tool that helps us save time by streamlining the proposal process 🚀

Save hours every week sending proposals and finding new jobs

Stop spending so much time doing repetitive tasks on Upwork...writing proposals from scratch, browsing job feed to look for the next project... let Propos.li help you with that                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Propos.li Propos.li
ID ocddjknonbddkkefjdelaacgenbkappo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/proposli/ocddjknonbddkkefjdelaacgenbkappo
คำอธิบาย Let Propos.li Help You Send Winning Upwork Proposals and Find Your Ideal Jobs faster
ขนาดไฟล์ 3.61 MB
จำนวนการติดตั้ง 1,026
เวอร์ชันปัจจุบัน 2.3.0
อัปเดตครั้งล่าสุด 2024-01-10
วันที่เผยแพร่ 2022-05-12
คะแนน 4.79/5 รวมทั้งหมด 34 คะแนน
ผู้พัฒนา https://propos.li
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.propos.li/
URL หน้านโยบายความเป็นส่วนตัว https://www.propos.li/privacypolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "name": "Propos.li",
    "description": "Let Propos.li Help You Send Winning Upwork Proposals and Find Your Ideal Jobs faster",
    "version": "2.3.0",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*.upwork.com\/*",
        "https:\/\/app.propos.li\/*"
    ],
    "action": {
        "default_popup": "index.live.html",
        "default_icon": {
            "16": "\/images\/Logo-16.png",
            "48": "\/images\/Logo-48.png",
            "128": "\/images\/Logo-128.png"
        }
    },
    "icons": {
        "16": "\/images\/Logo-16.png",
        "48": "\/images\/Logo-48.png",
        "128": "\/images\/Logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.upwork.com\/*",
                "https:\/\/app.propos.li\/*"
            ],
            "css": [
                "css\/style.css",
                "css\/proposli.css",
                "css\/notification.css",
                "css\/get-started.css",
                "css\/templates-account.css",
                "css\/job-settings-notification.css"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/async\/request.js",
                "js\/components\/template.js",
                "js\/components\/macroses.js",
                "js\/components\/labels.js",
                "js\/content.js",
                "js\/components\/rss.js",
                "js\/components\/notification-schedule.js",
                "js\/components\/notification.js",
                "js\/get-notification.js"
            ]
        }
    ],
    "post_install_url": "https:\/\/app.propos.li\/congrats",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}