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.
LDS Member Trackerとは何ですか?
LDS Member Trackerはhttps://ldstreasury.comによって開発されたChromeの拡張機能で、その主な機能は「This advanced version lets you see new members, tag members, filter by tags, add notes, and keep track of Home/Visiting teaching.」です。
拡張機能のスクリーンショット
LDS Member Tracker拡張機能のCRXファイルをダウンロード
LDS Member Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | LDS Member Tracker |
ID | mbgjejclnildnganbiiogkpgnhjceane |
公式URL | https://chromewebstore.google.com/detail/lds-member-tracker/mbgjejclnildnganbiiogkpgnhjceane |
説明 | This advanced version lets you see new members, tag members, filter by tags, add notes, and keep track of Home/Visiting teaching. |
ファイルサイズ | 56.26 KB |
インストール数 | 230 |
現在のバージョン | 2.2 |
最終更新日 | 2014-02-09 |
公開日 | 2014-02-08 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | https://ldstreasury.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } ] } |