GenMarketplace Chrome Plugin

This extension allows you to work with the GenMarketplace.com website right from FamilySearch.org family tree.

GenMarketplace Chrome Pluginคืออะไร?

GenMarketplace Chrome Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GenMarketplace และคุณลักษณะหลักของมันคือ "This extension allows you to work with the GenMarketplace.com website right from FamilySearch.org family tree."

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

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

ดาวน์โหลดไฟล์ส่วนขยาย GenMarketplace Chrome Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension works with the GenMarketPlace site. It allows you to take a number of actions related to GenMarketPlace when browsing on the FamilySearch.org family Tree. 

From the tree pages you can see individuals with jobs, reserve a job or claim a job. 

From the individual page you can create new jobs.

For additional information visit GenMarketPlace and see our help section.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GenMarketplace Chrome Plugin GenMarketplace Chrome Plugin
ID kmifpnlpjjhnhchlobebjnggommkokee
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/genmarketplace-chrome-plu/kmifpnlpjjhnhchlobebjnggommkokee
คำอธิบาย This extension allows you to work with the GenMarketplace.com website right from FamilySearch.org family tree.
ขนาดไฟล์ 352 KB
จำนวนการติดตั้ง 153
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2015-01-19
วันที่เผยแพร่ 2015-01-19
ผู้พัฒนา GenMarketplace
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.genmarketplace.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GenMarketplace Chrome Plugin",
    "short_name": "GenMarketplc",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "description": "This extension allows you to work with the GenMarketplace.com website right from FamilySearch.org family tree.",
    "homepage_url": "http:\/\/genmarketplace.com\/",
    "offline_enabled": true,
    "icons": {
        "16": "icons\/leaf-logo-16.png",
        "48": "icons\/leaf-logo-48x48.png",
        "128": "icons\/leaf-logo-128x128.png"
    },
    "default_locale": "en",
    "options_page": "src\/page_action\/settings.html",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.familysearch.org\/*"
            ],
            "js": [
                "src\/bg\/jquery.js",
                "src\/bg\/content.js",
                "src\/bg\/jobContent.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": "icons\/leaf-logo-28x28.png",
        "default_title": "Job Updates",
        "default_popup": "src\/page_action\/initial.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "tabs"
    ]
}