PesoX

Bring your peso Workspace into Chrome

PesoX란 무엇입니까?

PesoX은(는) wysehq.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring your peso Workspace into Chrome"입니다.

확장 프로그램 스크린샷

screenshot

PesoX 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
            ]
        }
    ]
}