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은(는) GenMarketplace에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to work with the GenMarketplace.com website right from FamilySearch.org family tree."입니다.
확장 프로그램 스크린샷
GenMarketplace Chrome Plugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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" ] } |