JobAdder for Gmail™
View and update Contacts, Candidates, Job Applications and create notes in JobAdder directly from Gmail.
JobAdder for Gmail™คืออะไร?
JobAdder for Gmail™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JobAdder Operations Pty Ltd และคุณลักษณะหลักของมันคือ "View and update Contacts, Candidates, Job Applications and create notes in JobAdder directly from Gmail."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JobAdder for Gmail™
ดาวน์โหลดไฟล์ส่วนขยาย JobAdder for Gmail™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } |