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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | magcideeogjeaaedkoopmjlpnomogleh |
| 官方網址 | 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:\/\/*\/*"
]
} | |