Piedwork

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

Qu'est-ce que Piedwork ?

Piedwork est une extension Chrome développée par https://piedwork.com, et sa fonction principale est "Piedwork extension facilitates manager experience with Upwork and allows to cache texts for further usage.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Piedwork

Téléchargez les fichiers d'extension Piedwork au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Piedwork Piedwork
ID ihmpiahlgggehielmnnegdphaiadkbkc
URL Officiel https://chromewebstore.google.com/detail/piedwork/ihmpiahlgggehielmnnegdphaiadkbkc
Description Piedwork extension facilitates manager experience with Upwork and allows to cache texts for further usage.
Taille du Fichier 874 KB
Nombre d'Installations 128
Version Actuelle 1.1.18
Dernière Mise à Jour 2024-02-28
Date de Publication 2021-11-10
Développeur https://piedwork.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://piedwork.com
URL de la Page de Politique de Confidentialité https://piedwork.com/privacy
Langues Prises en Charge 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"
    }
}