PesoX

Bring your peso Workspace into Chrome

ما هو PesoX؟

PesoX هو إضافة Chrome تم تطويرها بواسطة wysehq.com، والميزة الرئيسية لها هي "Bring your peso Workspace into Chrome".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PesoX

قم بتنزيل ملفات الامتداد PesoX بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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:\/\/*\/*"
            ]
        }
    ]
}