Pro Extension

Extensão para melhorar a experiência dos Pros da Cloud Humans.

Pro Extensionคืออะไร?

Pro Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chromedev และคุณลักษณะหลักของมันคือ "Extensão para melhorar a experiência dos Pros da Cloud Humans."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pro Extension

ดาวน์โหลดไฟล์ส่วนขยาย Pro Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension enables cloud humans partners to be more productive in our websites, by helping to fill passwords, cleaning up the ui, and other quality of life changes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pro Extension Pro Extension
ID magcideeogjeaaedkoopmjlpnomogleh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pro-extension/magcideeogjeaaedkoopmjlpnomogleh
คำอธิบาย Extensão para melhorar a experiência dos Pros da Cloud Humans.
ขนาดไฟล์ 171 KB
จำนวนการติดตั้ง 3,505
เวอร์ชันปัจจุบัน 1.21
อัปเดตครั้งล่าสุด 2023-07-11
วันที่เผยแพร่ 2022-11-30
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา chromedev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.cloudhumans.com/
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pro Extension",
    "description": "Extens\u00e3o para melhorar a experi\u00eancia dos Pros da Cloud Humans.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "alarms",
        "scripting",
        "contextMenus"
    ],
    "version": "1.21",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/shared\/*.svg",
                "shared\/*.svg",
                "*.svg"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}