SmartCopy

Tool for copying genealogical data into Geni.

SmartCopyとは何ですか?

SmartCopyはhttps://historylink.herokuapp.comによって開発されたChromeの拡張機能で、その主な機能は「Tool for copying genealogical data into Geni.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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\/"
    ]
}