JobAdder for Gmail™
View and update Contacts, Candidates, Job Applications and create notes in JobAdder directly from Gmail.
JobAdder for Gmail™ क्या है?
JobAdder for Gmail™ JobAdder Operations Pty Ltd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View and update Contacts, Candidates, Job Applications and create notes in JobAdder directly from Gmail."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JobAdder for Gmail™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The JobAdder Gmail Extension allows JobAdder users to view and update their JobAdder records from within Gmail. Includes the ability to view and update Candidate and Contact info as well as the ability create new Candidates, Contacts, Job Applications and notes.
एक्सटेंशन की मूल जानकारी
नाम | JobAdder for Gmail™ |
ID | kdgjajomkcifhcdkbdpiiiomjlnlncho |
आधिकारिक URL | https://chromewebstore.google.com/detail/jobadder-for-gmail/kdgjajomkcifhcdkbdpiiiomjlnlncho |
विवरण | View and update Contacts, Candidates, Job Applications and create notes in JobAdder directly from Gmail. |
फ़ाइल का आकार | 175 KB |
स्थापना संख्या | 3,149 |
वर्तमान संस्करण | 4.1.3 |
अंतिम अपडेट | 2023-11-27 |
प्रकाशन तिथि | 2019-03-24 |
रेटिंग | 3.44/5 कुल 9 रेटिंग्स |
डेवलपर | JobAdder Operations Pty Ltd |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://jobadder.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JobAdder for Gmail\u2122", "version": "4.1.3", "manifest_version": 3, "description": "View and update Contacts, Candidates, Job Applications and create notes in JobAdder directly from Gmail.", "icons": { "16": "icon-16.png", "19": "icon-19.png", "38": "icon-38.png", "48": "icon-48.png", "96": "icon-96.png", "128": "icon-128.png" }, "action": { "default_icon": "icon-38.png", "default_title": "JobAdder for Gmail\u2122" }, "content_scripts": [ { "js": [ "scripts\/jquery.min.js", "scripts\/gmail.min.js", "scripts\/jquery.validate.min.js", "scripts\/jquery.validate.unobtrusive.min.js", "scripts\/hogan.min.js", "scripts\/templates.js", "scripts\/jobadder.min.js" ], "css": [ "styles\/styles.min.css" ], "matches": [ "http:\/\/mail.google.com\/mail*", "https:\/\/mail.google.com\/mail*", "http:\/\/mail.google.com\/a\/*", "https:\/\/mail.google.com\/a\/*" ] } ], "background": { "service_worker": "eventPage.js" }, "permissions": [ "storage", "declarativeContent" ], "host_permissions": [ "https:\/\/*.jobadder.com\/", "https:\/\/*.googleusercontent.com\/*", "https:\/\/*.googleusercontent.com\/attachment\/u\/0\/*", "https:\/\/mail.google.com\/mail\/*", "https:\/\/mail.google.com\/mail\/u\/0\/#inbox\/*" ] } |