Box Unchecker

Unchecks all check box list items on IGS Confluence pages.

Box Unchecker क्या है?

Box Unchecker achaia.scbg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unchecks all check box list items on IGS Confluence pages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Box Unchecker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Box Unchecker Box Unchecker
ID bdgmnjigkmlilicnfpbjpemgckjaghbi
आधिकारिक URL https://chrome.google.com/webstore/detail/box-unchecker/bdgmnjigkmlilicnfpbjpemgckjaghbi
विवरण Unchecks all check box list items on IGS Confluence pages.
फ़ाइल का आकार 40.84 KB
स्थापना संख्या 91
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-12-17
प्रकाशन तिथि 2018-12-15
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर achaia.scbg
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}