Seleção em Massa Checkbox
Permite a seleção em massa dos checkbox na função AÇÃO.
What is Seleção em Massa Checkbox?
Seleção em Massa Checkbox is a Chrome extension developed by kalebzmm, and its main feature is "Permite a seleção em massa dos checkbox na função AÇÃO.".
Extension Screenshots
Download Seleção em Massa Checkbox Extension CRX File
Download Seleção em Massa Checkbox 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
Faz a seleção múltipla dos checkboxes no painel de ação do SE Suite.
Extension Basic Information
Name | |
ID | mbblchhkjdegaopmiofnccahcfgbciga |
Official URL | https://chrome.google.com/webstore/detail/mbblchhkjdegaopmiofnccahcfgbciga |
Description | Permite a seleção em massa dos checkbox na função AÇÃO. |
File Size | 38.66 KB |
Installation Count | 51 |
Current Version | 1.0 |
Last Updated | 2020-10-21 |
Publish Date | 2020-10-21 |
Developer | kalebzmm |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sele\u00e7\u00e3o em Massa Checkbox", "version": "1.0", "manifest_version": 2, "description": "Permite a sele\u00e7\u00e3o em massa dos checkbox na fun\u00e7\u00e3o A\u00c7\u00c3O.", "browser_action": { "default_icon": "icon.jpg" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.sesuite.sicredi.com.br\/*form_config_action*" ], "run_at": "document_end", "js": [ "script.js" ] } ] } |