Resume Extract
Fetches resume details
Resume Extract क्या है?
Resume Extract http://www.rightrecruiters.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fetches resume details"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Resume Extract एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Extension is a part of Right Recruiters , Recruitment Management Software.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | acioflaocdbaafpikfekcajnfhlgpgae |
आधिकारिक URL | https://chrome.google.com/webstore/detail/resume-extract/acioflaocdbaafpikfekcajnfhlgpgae |
विवरण | Fetches resume details |
फ़ाइल का आकार | 35.81 KB |
स्थापना संख्या | 213 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-05-18 |
प्रकाशन तिथि | 2016-05-18 |
डेवलपर | http://www.rightrecruiters.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Resume Extract", "manifest_version": 2, "description": "Fetches resume details", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "downloads", "downloads.open" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Extract Resume from current tab", "default_popup": "resumeform.html", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ " |