| layout | redirect |
|---|---|
| redirect_to | /index.html |
A Chrome extension that automatically clicks all items in Bitrix24 popups when the "Todas" (All) button is pressed.
- Automatically detects Bitrix24 popup dialogs (including those in iframes)
- Finds the "Todas" button when it becomes available
- Clicks all items in the popup with a single button press
- Works seamlessly with Bitrix24's dynamic content loading
(Coming soon)
- Download or clone this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the extension folder
- The extension will now be active on Bitrix24 pages
- Navigate to any Bitrix24 page
- Open a popup that contains selectable items
- Click the "Todas" button - the extension will automatically detect this and click all items in the list
The extension works with popups like this one, where you can see the "Todas" button in the top-right corner:
The red arrow points to the "Todas" button that the extension will automatically detect and enhance with one-click functionality to select all items in the list.
When you click the "Todas" button, the extension will automatically:
- Detect the button click
- Find all selectable items in the popup (like the apps shown: e-Signature for HR, Resource and appointment booking, etc.)
- Click each item to select them all
- Save you time from manually clicking each individual item
- Manifest Version: 3
- Permissions:
activeTab(only accesses current tab when needed) - Supported Domains:
*.bitrix24.com/**.bitrix24.com.br/**.bitrix24.site/*
The extension uses content scripts to:
- Monitor for the appearance of the "Todas" button
- Detect if the popup is rendered in the main document or an iframe
- Attach click listeners to the button when found
- Execute the item-clicking logic in the correct document context
To modify or debug the extension:
- Make changes to the source files
- Go to
chrome://extensions/ - Click the refresh icon on the extension card
- Test your changes on a Bitrix24 page
manifest.json- Extension configurationcontent.js- Main functionality scriptimages/- Extension icons
MIT License - Feel free to use and modify as needed.
Issues and pull requests are welcome!
- Navigate to your Bitrix24 portal
- Open any popup that contains the "Todas" button (like the integration selector)
- Click the "Todas" button
- The extension will automatically click all items in the list
manifest.json- Extension configurationcontent.js- Main script that handles the button clicksimages/- Extension iconsicon16.png- 16x16 iconicon48.png- 48x48 iconicon128.png- 128x128 icon
The extension uses a content script that:
- Listens for clicks on elements with the class
ui-tile-selector-searcher-sidebar-item - Checks if the clicked element contains the text "Todas"
- When detected, it finds the container with class
ui-tile-selector-searcher-content - Clicks all child elements (items) within that container
Open the browser's Developer Tools (F12) and check the Console tab to see logging messages from the extension.
- Chrome/Chromium browsers
- Manifest V3 compatible
- Works with all Bitrix24 domains
This extension does not collect, store, or transmit any personal data. All functionality operates locally within your browser. For complete details, see our Privacy Policy.
MIT License - Feel free to use and modify as needed.
