PesoX

Bring your peso Workspace into Chrome

PesoXとは何ですか?

PesoXはwysehq.comによって開発されたChromeの拡張機能で、その主な機能は「Bring your peso Workspace into Chrome」です。

拡張機能のスクリーンショット

screenshot

PesoX拡張機能のCRXファイルをダウンロード

PesoX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 PesoX PesoX
ID imgakmmobeailddnlecimmabgbplinpp
公式URL https://chromewebstore.google.com/detail/pesox/imgakmmobeailddnlecimmabgbplinpp
説明 Bring your peso Workspace into Chrome
ファイルサイズ 494 KB
インストール数 42
現在のバージョン 1.0.15
最終更新日 2023-11-09
公開日 2023-04-28
評価 5.00/5 合計 4 レビュー
開発者 wysehq.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.pesohq.com/
プライバシーポリシーページのURL https://www.wysehq.com/privacy-policy
対応言語 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:\/\/*\/*"
            ]
        }
    ]
}