Descendancy Automator

Automate descendancy functions on familysearch.org

What is Descendancy Automator?

Descendancy Automator is a Chrome extension developed by Pace Abbott, and its main feature is "Automate descendancy functions on familysearch.org".

Download Descendancy Automator Extension CRX File

Download Descendancy Automator 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

                        A Familysearch.org tool that will help you with your descendant searches. It will work through your ancestors and their descendants and find those needing ordinance work done. through woodenvillage.org                    

Extension Basic Information

Name Descendancy Automator Descendancy Automator
ID eopjkgnlonefdaipfdkbphpjpomedjkh
Official URL https://chrome.google.com/webstore/detail/descendancy-automator/eopjkgnlonefdaipfdkbphpjpomedjkh
Description Automate descendancy functions on familysearch.org
File Size 9.35 KB
Installation Count 219
Current Version 1.0
Last Updated 2016-10-17
Publish Date 2016-10-17
Rating 5.00/5 Total 1 Ratings
Developer Pace Abbott
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Descendancy Automator",
    "description": "Automate descendancy functions on familysearch.org",
    "version": "1.0",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_title": "Automator",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/familySearch.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.familysearch.org\/*",
        "webRequest",
        "webNavigation",
        "cookies",
        "downloads",
        "storage",
        "notifications",
        "background"
    ]
}