Piedwork

Piedwork extension facilitates manager experience with Upwork and allows to cache texts for further usage.

Piedworkคืออะไร?

Piedwork เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://piedwork.com และคุณลักษณะหลักของมันคือ "Piedwork extension facilitates manager experience with Upwork and allows to cache texts for further usage."

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

screenshot
screenshot

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

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

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

                        Most of you knows how painful it is to lose cover letter text you have been diligently working on by occasional page reload or by accidentally clicked browser back button. Here is the simple but effective solution - Piedwork Browser Extension.

You have to do nothing with it after installation. Feel free to start writing a new cover letter right away without worrying about loosing your texts. It has never been easier to work with cover letters and make sure you are 100% on the right way to express your the most thoughtful ideas efficiently.                    

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

ชื่อ Piedwork Piedwork
ID ihmpiahlgggehielmnnegdphaiadkbkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/piedwork/ihmpiahlgggehielmnnegdphaiadkbkc
คำอธิบาย Piedwork extension facilitates manager experience with Upwork and allows to cache texts for further usage.
ขนาดไฟล์ 874 KB
จำนวนการติดตั้ง 128
เวอร์ชันปัจจุบัน 1.1.18
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2021-11-10
ผู้พัฒนา https://piedwork.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://piedwork.com
URL หน้านโยบายความเป็นส่วนตัว https://piedwork.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.18",
    "short_name": "Piedwork",
    "name": "Piedwork",
    "description": "Piedwork extension facilitates manager experience with Upwork and allows to cache texts for further usage.",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.upwork.com\/",
        "*:\/\/*.piedwork.com\/*",
        "http:\/\/localhost\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.upwork.com\/*"
            ],
            "js": [
                "upwork-utils.js",
                "upwork-reports.js",
                "upwork.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    }
}