Box Unchecker
Unchecks all check box list items on IGS Confluence pages.
Qu'est-ce que Box Unchecker ?
Box Unchecker est une extension Chrome développée par achaia.scbg, et sa fonction principale est "Unchecks all check box list items on IGS Confluence pages.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Box Unchecker
Téléchargez les fichiers d'extension Box Unchecker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bdgmnjigkmlilicnfpbjpemgckjaghbi |
URL Officiel | https://chrome.google.com/webstore/detail/box-unchecker/bdgmnjigkmlilicnfpbjpemgckjaghbi |
Description | Unchecks all check box list items on IGS Confluence pages. |
Taille du Fichier | 40.84 KB |
Nombre d'Installations | 91 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-12-17 |
Date de Publication | 2018-12-15 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | achaia.scbg |
Type de Paiement | free |
Langues Prises en Charge | 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 } |