iSmart Resume Exporter
This is plugin Export resume to iSmartRecruit Server.
iSmart Resume Exporter क्या है?
iSmart Resume Exporter https://ismartrecruit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is plugin Export resume to iSmartRecruit Server."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में iSmart Resume Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
iSmartRecruit Gmail Resume Exporter,export attached resume from gmail and source that resume into iSmartRecruit.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cpaeapbpcoabkkogahldoocbmifeiimh |
आधिकारिक URL | https://chromewebstore.google.com/detail/ismart-resume-exporter/cpaeapbpcoabkkogahldoocbmifeiimh |
विवरण | This is plugin Export resume to iSmartRecruit Server. |
फ़ाइल का आकार | 271 KB |
स्थापना संख्या | 208 |
वर्तमान संस्करण | 2.21.56 |
अंतिम अपडेट | 2024-02-13 |
प्रकाशन तिथि | 2019-02-16 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://ismartrecruit.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.ismartrecruit.com/features-chrome-browser-extension |
गोपनीयता नीति पृष्ठ URL | https://ismartrecruit.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iSmart Resume Exporter", "version": "2.21.56", "short_name": "Gmail Plugin", "author": "Divyesh Kanzariya", "description": "This is plugin Export resume to iSmartRecruit Server.", "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "src\/extensionInjector.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "dist\/extension.js", "css\/ik.css", "css\/selectize.default.css" ], "browser_action": { "default_icon": "GmailPlugin.png" }, "icons": { "32": "GmailPlugin.png", "38": "GmailPlugin.png", "48": "GmailPlugin.png" }, "permissions": [ "https:\/\/*\/*" ], "manifest_version": 2 } |