Pro Extension

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

Wat is Pro Extension?

Pro Extension is een Chrome-extensie ontwikkeld door chromedev, en de belangrijkste functie is "Extensão para melhorar a experiência dos Pros da Cloud Humans.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pro Extension

Download Pro Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Pro Extension Pro Extension
ID magcideeogjeaaedkoopmjlpnomogleh
Officiële URL https://chromewebstore.google.com/detail/pro-extension/magcideeogjeaaedkoopmjlpnomogleh
Beschrijving Extensão para melhorar a experiência dos Pros da Cloud Humans.
Bestandsgrootte 171 KB
Aantal Installaties 3,505
Huidige Versie 1.21
Laatst Bijgewerkt 2023-07-11
Publicatiedatum 2022-11-30
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar chromedev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.cloudhumans.com/
Ondersteunde Talen 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:\/\/*\/*"
    ]
}