SmartCopy
Tool for copying genealogical data into Geni.
什么是SmartCopy?
SmartCopy是由https://historylink.herokuapp.com开发的Chrome扩展程序,该扩展的主要功能是“Tool for copying genealogical data into Geni.”。
扩展截图
下载SmartCopy扩展crx文件
下载SmartCopy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/" ] } |