Pro Extension
Extensão para melhorar a experiência dos Pros da Cloud Humans.
Qu'est-ce que Pro Extension ?
Pro Extension est une extension Chrome développée par chromedev, et sa fonction principale est "Extensão para melhorar a experiência dos Pros da Cloud Humans.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pro Extension
Téléchargez les fichiers d'extension Pro Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Pro Extension |
ID | magcideeogjeaaedkoopmjlpnomogleh |
URL Officiel | https://chromewebstore.google.com/detail/pro-extension/magcideeogjeaaedkoopmjlpnomogleh |
Description | Extensão para melhorar a experiência dos Pros da Cloud Humans. |
Taille du Fichier | 171 KB |
Nombre d'Installations | 3,505 |
Version Actuelle | 1.21 |
Dernière Mise à Jour | 2023-07-11 |
Date de Publication | 2022-11-30 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | chromedev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.cloudhumans.com/ |
Langues Prises en Charge | 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:\/\/*\/*" ] } |