SmartCopy
Tool for copying genealogical data into Geni.
SmartCopy là gì?
SmartCopy là một tiện ích mở rộng Chrome được phát triển bởi https://historylink.herokuapp.com, và tính năng chính của nó là "Tool for copying genealogical data into Geni.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SmartCopy
Tải xuống các tệp mở rộng SmartCopy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SmartCopy |
ID | ofikakkdpjlipbnhbfloclbkcabdhjah |
URL Chính Thức | https://chromewebstore.google.com/detail/smartcopy/ofikakkdpjlipbnhbfloclbkcabdhjah |
Mô tả | Tool for copying genealogical data into Geni. |
Kích Thước Tệp | 548 KB |
Số Lần Cài Đặt | 2,203 |
Phiên Bản Hiện Tại | 4.10.23 |
Cập Nhật Lần Cuối | 2024-01-29 |
Ngày Phát Hành | 2020-06-26 |
Đánh Giá | 4.61/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | https://historylink.herokuapp.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.geni.com/projects/SmartCopy/18783 |
URL Trang Trợ Giúp | https://www.geni.com/discussions?discussion_type=project-18783 |
URL Trang Chính Sách Bảo Mật | https://historylink.herokuapp.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |