PesoX

Bring your peso Workspace into Chrome

Qu'est-ce que PesoX ?

PesoX est une extension Chrome développée par wysehq.com, et sa fonction principale est "Bring your peso Workspace into Chrome".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension PesoX 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

                        Unlock the power of PesoX, the Chrome extension designed to seamlessly connect you to your Peso workspace across the web, from Zoho Books to QuickBooks and beyond.

Here's a simple guide to get you started:

1. Download the free PesoX for Chrome extension.
2. Sign up on Peso at https://app.pesohq.com/.
3. Pin the PesoX extension to your Chrome browser for instant access.
4. Experience the ease of accessing your workspace data with just one click, no matter which website you're on—no need to open Peso separately.

Peso (https://pesohq.com/) empowers you to automate receivables using AI, transforming your Invoice-to-Cash workflow, boosting productivity, and unlocking valuable working capital. Upgrade your efficiency with PesoX today.                    

Informations de Base sur l'Extension

Nom PesoX PesoX
ID imgakmmobeailddnlecimmabgbplinpp
URL Officiel https://chromewebstore.google.com/detail/pesox/imgakmmobeailddnlecimmabgbplinpp
Description Bring your peso Workspace into Chrome
Taille du Fichier 494 KB
Nombre d'Installations 42
Version Actuelle 1.0.15
Dernière Mise à Jour 2023-11-09
Date de Publication 2023-04-28
Évaluation 5.00/5 Total 4 Évaluations
Développeur wysehq.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.pesohq.com/
URL de la Page de Politique de Confidentialité https://www.wysehq.com/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PesoX",
    "version": "1.0.15",
    "description": "Bring your peso Workspace into\u00a0Chrome",
    "action": {
        "default_icon": {
            "16": "pesox-16x16.png",
            "48": "pesox-48x48.png",
            "128": "pesox-128x128.png"
        }
    },
    "icons": {
        "16": "pesox-16x16.png",
        "48": "pesox-48x48.png",
        "128": "pesox-128x128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/*.js",
                "static\/css\/*.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}