SmartCopy
Tool for copying genealogical data into Geni.
Cos'è SmartCopy?
SmartCopy è un'estensione di Chrome sviluppata da https://historylink.herokuapp.com, e la sua funzione principale è "Tool for copying genealogical data into Geni.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SmartCopy
Scarica i file di estensione SmartCopy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | SmartCopy |
ID | ofikakkdpjlipbnhbfloclbkcabdhjah |
URL Ufficiale | https://chromewebstore.google.com/detail/smartcopy/ofikakkdpjlipbnhbfloclbkcabdhjah |
Descrizione | Tool for copying genealogical data into Geni. |
Dimensione del File | 548 KB |
Conteggio Installazioni | 2,203 |
Versione Corrente | 4.10.23 |
Ultimo Aggiornamento | 2024-01-29 |
Data di Pubblicazione | 2020-06-26 |
Valutazione | 4.61/5 Totale 18 Valutazioni |
Sviluppatore | https://historylink.herokuapp.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.geni.com/projects/SmartCopy/18783 |
URL della Pagina di Aiuto | https://www.geni.com/discussions?discussion_type=project-18783 |
URL della Pagina della Politica sulla Privacy | https://historylink.herokuapp.com/privacy |
Lingue Supportate | 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\/" ] } |