Home Teaching Board - lds.org (Beta)

(Beta) View your home teaching companionships and assignments in a full-screen drag and drop style board.

Qu'est-ce que Home Teaching Board - lds.org (Beta) ?

Home Teaching Board - lds.org (Beta) est une extension Chrome développée par tkburbidge, et sa fonction principale est "(Beta) View your home teaching companionships and assignments in a full-screen drag and drop style board.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Home Teaching Board - lds.org (Beta)

Téléchargez les fichiers d'extension Home Teaching Board - lds.org (Beta) 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

                        Home Teaching Board adds a "View as Board" button to your home teaching tools on lds.org. The Home Teaching Board makes it easy to review all home teaching companionships and assignments at once. Drag and drop to reorganize home teaching to create the perfect setup.                    

Informations de Base sur l'Extension

Nom Home Teaching Board - lds.org (Beta) Home Teaching Board - lds.org (Beta)
ID fiflfioabhflkinlghlahpdhmdbmcflg
URL Officiel https://chromewebstore.google.com/detail/home-teaching-board-ldsor/fiflfioabhflkinlghlahpdhmdbmcflg
Description (Beta) View your home teaching companionships and assignments in a full-screen drag and drop style board.
Taille du Fichier 2.64 MB
Nombre d'Installations 122
Version Actuelle 0.7.0
Dernière Mise à Jour 2017-03-14
Date de Publication 2017-03-13
Évaluation 3.67/5 Total 3 Évaluations
Développeur tkburbidge
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Home Teaching Board - lds.org (Beta)",
    "description": "(Beta) View your home teaching companionships and assignments in a full-screen drag and drop style board.",
    "version": "0.7.0",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lds.org\/htvt\/*"
            ],
            "css": [
                "lib\/jquery-ui\/jquery-ui.min.css",
                "node_modules\/font-awesome\/css\/font-awesome.min.css",
                "css\/HomeTeachingBoard.css"
            ],
            "js": [
                "node_modules\/jquery\/dist\/jquery.min.js",
                "lib\/jquery-ui\/jquery-ui.min.js",
                "node_modules\/angular\/angular.min.js",
                "node_modules\/bootstrap\/dist\/js\/bootstrap.min.js",
                "node_modules\/chance\/dist\/chance.min.js",
                "js\/HomeTeachingBoard.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "html\/HomeTeachingBoard.html",
        "node_modules\/font-awesome\/fonts\/*.*"
    ]
}