Box Unchecker
Unchecks all check box list items on IGS Confluence pages.
What is Box Unchecker?
Box Unchecker is a Chrome extension developed by achaia.scbg, and its main feature is "Unchecks all check box list items on IGS Confluence pages.".
Extension Screenshots
Download Box Unchecker Extension CRX File
Download Box Unchecker 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
This is a special extension created just for LO so she does not have to manually uncheck every box on her Confluence pages for release validation.
Extension Basic Information
Name | |
ID | bdgmnjigkmlilicnfpbjpemgckjaghbi |
Official URL | https://chrome.google.com/webstore/detail/box-unchecker/bdgmnjigkmlilicnfpbjpemgckjaghbi |
Description | Unchecks all check box list items on IGS Confluence pages. |
File Size | 40.84 KB |
Installation Count | 91 |
Current Version | 1.0 |
Last Updated | 2018-12-17 |
Publish Date | 2018-12-15 |
Rating | 1.00/5 Total 1 Ratings |
Developer | achaia.scbg |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Box Unchecker", "short_name": "Box Unchecker", "description": "Unchecks all check box list items on IGS Confluence pages.", "version": "1.0", "author": "David Yost", "permissions": [ "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "css": [ "plugin-style.css" ], "js": [ "jquery.min.js", "content_script.js" ], "matches": [ "https:\/\/igsenergy.atlassian.net\/*" ] } ], "icons": { "16": "images\/checkbox16.png", "32": "images\/checkbox32.png", "48": "images\/checkbox48.png", "128": "images\/checkbox128.png" }, "manifest_version": 2 } |