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
电子邮箱 [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:\/\/*\/*"
            ]
        }
    ]
}