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