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.
What is LDS Member Tracker?
LDS Member Tracker is a Chrome extension developed by https://ldstreasury.com, and its main feature is "This advanced version lets you see new members, tag members, filter by tags, add notes, and keep track of Home/Visiting teaching.".
Extension Screenshots
Download LDS Member Tracker Extension CRX File
Download LDS Member Tracker 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 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.
Extension Basic Information
Name | LDS Member Tracker |
ID | mbgjejclnildnganbiiogkpgnhjceane |
Official URL | https://chromewebstore.google.com/detail/lds-member-tracker/mbgjejclnildnganbiiogkpgnhjceane |
Description | This advanced version lets you see new members, tag members, filter by tags, add notes, and keep track of Home/Visiting teaching. |
File Size | 56.26 KB |
Installation Count | 230 |
Current Version | 2.2 |
Last Updated | 2014-02-09 |
Publish Date | 2014-02-08 |
Rating | 4.20/5 Total 5 Ratings |
Developer | https://ldstreasury.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |