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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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