SmartCopy

Tool for copying genealogical data into Geni.

SmartCopyคืออะไร?

SmartCopy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://historylink.herokuapp.com และคุณลักษณะหลักของมันคือ "Tool for copying genealogical data into Geni."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SmartCopy

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/"
    ]
}