SmartCopy
Tool for copying genealogical data into Geni.
SmartCopy क्या है?
SmartCopy https://historylink.herokuapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool for copying genealogical data into Geni."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SmartCopy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
SmartCopy assists users in copying and updating genealogical information within Geni. It also provides consistency checking on profiles, as well as quick access to research links and the HistoryLink tools. This tool does not grant permission to use copyrighted content - users are responsible for obtaining any required authorization from the creator of works, such as biographical stories or images.
एक्सटेंशन की मूल जानकारी
नाम | SmartCopy |
ID | ofikakkdpjlipbnhbfloclbkcabdhjah |
आधिकारिक URL | https://chromewebstore.google.com/detail/smartcopy/ofikakkdpjlipbnhbfloclbkcabdhjah |
विवरण | Tool for copying genealogical data into Geni. |
फ़ाइल का आकार | 548 KB |
स्थापना संख्या | 2,203 |
वर्तमान संस्करण | 4.10.23 |
अंतिम अपडेट | 2024-01-29 |
प्रकाशन तिथि | 2020-06-26 |
रेटिंग | 4.61/5 कुल 18 रेटिंग्स |
डेवलपर | https://historylink.herokuapp.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.geni.com/projects/SmartCopy/18783 |
सहायता पृष्ठ URL | https://www.geni.com/discussions?discussion_type=project-18783 |
गोपनीयता नीति पृष्ठ URL | https://historylink.herokuapp.com/privacy |
समर्थित भाषाएँ | en,nl,es,fi,iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "4.10.23", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/icon.png", "images\/content_*.png" ], "content_scripts": [ { "matches": [ "*:\/\/www.geni.com\/*" ], "js": [ "jquery.js", "jquery.csv.min.js", "moment.js", "parse-names.js", "shared.js", "content.js" ] } ], "permissions": [ "activeTab", "storage", "webRequest", "webRequestBlocking", "*:\/\/*.geni.com\/", "*:\/\/*.findagrave.com\/", "*:\/\/*.familysearch.org\/", "*:\/\/familysearch.org\/", "*:\/\/*.wikitree.com\/", "*:\/\/*.billiongraves.com\/", "*:\/\/billiongraves.com\/", "*:\/\/*.ancestrylibrary.com\/", "*:\/\/*.ancestry.com\/", "*:\/\/*.myheritage.com\/", "*:\/\/historylink.herokuapp.com\/", "*:\/\/maps.googleapis.com\/", "*:\/\/*.gravez.me\/", "*:\/\/gravez.me\/", "*:\/\/*.toldot.ru\/", "*:\/\/toldot.ru\/", "*:\/\/*.yadvashem.org\/", "*:\/\/yadvashem.org\/", "*:\/\/geneanet.org\/", "*:\/\/*.bezikaron.co.il\/", "*:\/\/bezikaron.co.il\/" ] } |