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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}