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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to work with the GenMarketplace.com website right from FamilySearch.org family tree."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GenMarketplace Chrome Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |