Pro Extension

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

什么是Pro Extension?

Pro Extension是由chromedev开发的Chrome扩展程序,该扩展的主要功能是“Extensão para melhorar a experiência dos Pros da Cloud Humans.”。

扩展截图

screenshot

下载Pro Extension扩展crx文件

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