Piedwork

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

Piedwork क्या है?

Piedwork https://piedwork.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Piedwork extension facilitates manager experience with Upwork and allows to cache texts for further usage."।

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

screenshot
screenshot

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

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

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

                        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"
    }
}