Pro Extension

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

Cos'è Pro Extension?

Pro Extension è un'estensione di Chrome sviluppata da chromedev, e la sua funzione principale è "Extensão para melhorar a experiência dos Pros da Cloud Humans.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pro Extension

Scarica i file di estensione Pro Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pro Extension Pro Extension
ID magcideeogjeaaedkoopmjlpnomogleh
URL Ufficiale https://chromewebstore.google.com/detail/pro-extension/magcideeogjeaaedkoopmjlpnomogleh
Descrizione Extensão para melhorar a experiência dos Pros da Cloud Humans.
Dimensione del File 171 KB
Conteggio Installazioni 3,505
Versione Corrente 1.21
Ultimo Aggiornamento 2023-07-11
Data di Pubblicazione 2022-11-30
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore chromedev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.cloudhumans.com/
Lingue Supportate 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:\/\/*\/*"
    ]
}