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.”。
擴展截圖
下載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 |
ID | ihmpiahlgggehielmnnegdphaiadkbkc |
官方網址 | 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" } } |