AlterjOB
Its the extension to keep an eye on new job openings in your city.
AlterjOB क्या है?
AlterjOB Solan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Its the extension to keep an eye on new job openings in your city."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AlterjOB एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will give you alerts/notification from your selected city whenever there is new job opening in the market. Just feed in with job queries you are looking for (i.e., what, where and country). Easy usage, get update instantly and click on notification to view/apply for the jobs. Stay updated through this extension. Be the first to reach the employer. * No registration required, install and feed the queries and You are done. * No email notifications, thus no opening of your email account again and again to check for new updates. Since Notifications are provided in real time.
एक्सटेंशन की मूल जानकारी
नाम | AlterjOB |
ID | diphdfpendggojffbkkndokidcadnefl |
आधिकारिक URL | https://chromewebstore.google.com/detail/alterjob/diphdfpendggojffbkkndokidcadnefl |
विवरण | Its the extension to keep an eye on new job openings in your city. |
फ़ाइल का आकार | 43.44 KB |
स्थापना संख्या | 16 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2020-01-09 |
प्रकाशन तिथि | 2020-01-08 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | Solan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AlterjOB", "description": "Its the extension to keep an eye on new job openings in your city.", "version": "1.0.2", "icons": { "16": "alt16.png", "48": "alt48.png", "128": "alt128.png" }, "browser_action": { "default_icon": { "19": "alt19.png", "38": "alt38.png" }, "default_title": "Enter job queries once, it will query the internet frequently and keep you updated with latest job openings.", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery-2.1.1.min.js", "background.js", "apiresults.js" ], "persistent": true }, "permissions": [ "storage", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ] } |