Find-A-Record

Connect your FamilySearch tree to the Find-A-Record Research Assistant.

Vad är Find-A-Record?

Find-A-Record är en Chrome-tillägg utvecklad av https://findarecord.com, och dess huvudfunktion är "Connect your FamilySearch tree to the Find-A-Record Research Assistant.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Find-A-Record-förlängningens CRX-fil

Ladda ner Find-A-Record-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Quickly connect your FamilySearch tree to Find-A-Record.

Find-A-Record scans your tree and generates genealogy research opportunities. Opportunities include missing birth or death information, record hints, missing parents, possible missing spouses or children, data problems such as being born after you died, and poorly formatted information. For LDS users it also generates opportunities relating to LDS ordinances.                    

Grundläggande Information om Tillägg

Namn Find-A-Record Find-A-Record
ID abfejejjdbkmhigbgcmgmoihbjckiklb
Officiell webbadress https://chromewebstore.google.com/detail/find-a-record/abfejejjdbkmhigbgcmgmoihbjckiklb
Beskrivning Connect your FamilySearch tree to the Find-A-Record Research Assistant.
Filstorlek 110 KB
Antal Installationer 4,681
Aktuell Version 3.0.1
Senast Uppdaterad 2014-10-29
Publiceringsdatum 2014-10-29
Betyg 4.32/5 Totalt 25 Betyg
Utvecklare https://findarecord.com
Betalningssätt free
Tilläggswebbplats https://www.findarecord.com/
Hjälpsida URL https://www.findarecord.com/chrome-ext
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Find-A-Record",
    "short_name": "Find-A-Record",
    "version": "3.0.1",
    "description": "Connect your FamilySearch tree to the Find-A-Record Research Assistant.",
    "author": "Genealogy Systems, LLC",
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "page": "background\/background.html"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Find-A-Record"
    },
    "web_accessible_resources": [
        "scripts\/jquery-2.0.3.min.map",
        "images\/icon16.png",
        "images\/icon48.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/familysearch.org\/tree\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/jquery-2.0.3.min.js",
                "scripts\/far.js",
                "scripts\/familysearch.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.findarecord.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/jquery-2.0.3.min.js",
                "scripts\/far.com.js"
            ]
        }
    ]
}