LDS Member Tracker
This advanced version lets you see new members, tag members, filter by tags, add notes, and keep track of Home/Visiting teaching.
Co je LDS Member Tracker?
LDS Member Tracker je rozšíření Chrome vyvinuté https://ldstreasury.com, a jeho hlavní funkcí je „This advanced version lets you see new members, tag members, filter by tags, add notes, and keep track of Home/Visiting teaching.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření LDS Member Tracker
Stáhněte si soubory rozšíření LDS Member Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension allows you to see which members have moved, and which are new. Once you install this extension, all you have to do is navigate to: https://www.lds.org/directory The first time you visit the directory, you will get an orange welcome notice. Then just come back in a few weeks or months to see who is new in your ward, and who has left. Updated version now includes data encryption and support for multiple users. You can also now add notes, assign families to various categories, and filter by category.
Základní Informace o Rozšíření
Název | LDS Member Tracker |
ID | mbgjejclnildnganbiiogkpgnhjceane |
Oficiální URL | https://chromewebstore.google.com/detail/lds-member-tracker/mbgjejclnildnganbiiogkpgnhjceane |
Popis | This advanced version lets you see new members, tag members, filter by tags, add notes, and keep track of Home/Visiting teaching. |
Velikost souboru | 56.26 KB |
Počet instalací | 230 |
Aktuální Verze | 2.2 |
Poslední Aktualizace | 2014-02-09 |
Datum Vydání | 2014-02-08 |
Hodnocení | 4.20/5 Celkem 5 Hodnocení |
Vývojář | https://ldstreasury.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LDS Member Tracker", "description": "This advanced version lets you see new members, tag members, filter by tags, add notes, and keep track of Home\/Visiting teaching.", "version": "2.2", "icons": { "128": "logo-128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/*.lds.org\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.lds.org\/directory\/" ], "css": [ "member.css" ], "js": [ "jquery.js", "encryption.js", "aes.js", "member.js" ] } ] } |