Geneanet
Official app for Geneanet
Geneanet क्या है?
Geneanet https://www.geneanet.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Official app for Geneanet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Geneanet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Geneanet |
ID | bdedlcndcclakomgkecnnmfkhioellae |
आधिकारिक URL | https://chromewebstore.google.com/detail/geneanet/bdedlcndcclakomgkecnnmfkhioellae |
विवरण | Official app for Geneanet |
फ़ाइल का आकार | 593 KB |
स्थापना संख्या | 5,938 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2022-12-06 |
प्रकाशन तिथि | 2019-04-16 |
रेटिंग | 4.63/5 कुल 8 रेटिंग्स |
डेवलपर | https://www.geneanet.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.geneanet.org/product/chromeextension |
गोपनीयता नीति पृष्ठ URL | https://www.geneanet.org/legal/privacy |
समर्थित भाषाएँ | 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" } |