Pro Extension
Extensão para melhorar a experiência dos Pros da Cloud Humans.
What is Pro Extension?
Pro Extension is a Chrome extension developed by chromedev, and its main feature is "Extensão para melhorar a experiência dos Pros da Cloud Humans.".
Extension Screenshots
Download Pro Extension Extension CRX File
Download Pro Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Pro Extension |
ID | magcideeogjeaaedkoopmjlpnomogleh |
Official URL | https://chromewebstore.google.com/detail/pro-extension/magcideeogjeaaedkoopmjlpnomogleh |
Description | Extensão para melhorar a experiência dos Pros da Cloud Humans. |
File Size | 171 KB |
Installation Count | 3,505 |
Current Version | 1.21 |
Last Updated | 2023-07-11 |
Publish Date | 2022-11-30 |
Rating | 5.00/5 Total 7 Ratings |
Developer | chromedev |
[email protected] | |
Payment Type | free |
Extension Website | https://www.cloudhumans.com/ |
Supported Languages | 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:\/\/*\/*" ] } |