Geneanet

Official app for Geneanet

Vad är Geneanet?

Geneanet är en Chrome-tillägg utvecklad av https://www.geneanet.org, och dess huvudfunktion är "Official app for Geneanet".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Geneanet-förlängningens CRX-fil

Ladda ner Geneanet-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

                        Geneanet has launched a Chrome extension to easily access multiple services.

- You can search the Geneanet database from outside the website: enter a last name and a first name in the search form,
- or highlight a name in any web page (Geneanet family tree, Wikipedia, other site) then right click and select "Geneanet: Search individuals",
- You can be notified when receiving a message through Geneanet,
- You can be notified when a matching process is completed.                    

Grundläggande Information om Tillägg

Namn Geneanet Geneanet
ID bdedlcndcclakomgkecnnmfkhioellae
Officiell webbadress https://chromewebstore.google.com/detail/geneanet/bdedlcndcclakomgkecnnmfkhioellae
Beskrivning Official app for Geneanet
Filstorlek 593 KB
Antal Installationer 5,938
Aktuell Version 1.1.2
Senast Uppdaterad 2022-12-06
Publiceringsdatum 2019-04-16
Betyg 4.63/5 Totalt 8 Betyg
Utvecklare https://www.geneanet.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.geneanet.org/product/chromeextension
URL till Sekretesspolicy Sidan https://www.geneanet.org/legal/privacy
Stödda Språk en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Geneanet",
    "description": "__MSG_extDescription__",
    "version": "1.1.2",
    "default_locale": "fr",
    "icons": {
        "16": "img\/logo\/16.png",
        "128": "img\/logo\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/logo\/top.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "notifications",
        "contextMenus",
        "*:\/\/*.geneanet.org\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js",
            "start-bg.js"
        ]
    },
    "options_page": "index.html#settings"
}