Piedwork

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

Piedworkとは何ですか?

Piedworkはhttps://piedwork.comによって開発されたChromeの拡張機能で、その主な機能は「Piedwork extension facilitates manager experience with Upwork and allows to cache texts for further usage.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Piedwork拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}