Pro Extension

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

Was ist Pro Extension?

Pro Extension ist eine Chrome-Erweiterung, die von chromedev entwickelt wurde, und ihr Hauptmerkmal ist "Extensão para melhorar a experiência dos Pros da Cloud Humans.".

Erweiterungsscreenshots

screenshot

Pro Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pro Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pro Extension Pro Extension
ID magcideeogjeaaedkoopmjlpnomogleh
Offizielle URL https://chromewebstore.google.com/detail/pro-extension/magcideeogjeaaedkoopmjlpnomogleh
Beschreibung Extensão para melhorar a experiência dos Pros da Cloud Humans.
Dateigröße 171 KB
Installationsanzahl 3,505
Aktuelle Version 1.21
Letztes Update 2023-07-11
Veröffentlichungsdatum 2022-11-30
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler chromedev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.cloudhumans.com/
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}