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 |
| 公式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 |
| Eメール | [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:\/\/*\/*"
]
} | |