Pro Extension
Extensão para melhorar a experiência dos Pros da Cloud Humans.
Pro Extension là gì?
Pro Extension là một tiện ích mở rộng Chrome được phát triển bởi chromedev, và tính năng chính của nó là "Extensão para melhorar a experiência dos Pros da Cloud Humans.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pro Extension
Tải xuống các tệp mở rộng Pro Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pro Extension |
ID | magcideeogjeaaedkoopmjlpnomogleh |
URL Chính Thức | https://chromewebstore.google.com/detail/pro-extension/magcideeogjeaaedkoopmjlpnomogleh |
Mô tả | Extensão para melhorar a experiência dos Pros da Cloud Humans. |
Kích Thước Tệp | 171 KB |
Số Lần Cài Đặt | 3,505 |
Phiên Bản Hiện Tại | 1.21 |
Cập Nhật Lần Cuối | 2023-07-11 |
Ngày Phát Hành | 2022-11-30 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | chromedev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.cloudhumans.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |