skip to Main Content

Browse our list of current high quality job openings below:

+ Account Executive, SMB Sales - Concord, CA, USA (2325450)

Account Executive, SMB Sales - Concord, CA, USA (2325450)

Account Executive, SMB Sales – Concord, CAJoin a team known for innovation in customer service and technology. As an Account Executive, you’ll build relationships, prospect, and close deals in…

read more

Not seeing the job you're looking for?

We have more jobs that sometimes are not listed on our website. If you've seen a job on another website, please send us a resume with the Job Title and/or Job Number.

// Gtranslate - Ensure the dropdown opens and closes correctly without affecting top bar document.addEventListener('DOMContentLoaded', function() { var languageSelector = document.querySelector('.gtranslate_wrapper .gt_switcher .gt_selected'); var dropdown = document.querySelector('.gtranslate_wrapper .gt_switcher .gt_option'); if (languageSelector) { languageSelector.addEventListener('click', function(e) { e.preventDefault(); // Toggle the dropdown display if (dropdown.style.display === 'block') { dropdown.style.display = 'none'; } else { dropdown.style.display = 'block'; } }); // Close the dropdown when clicking outside of it document.addEventListener('click', function(event) { if (!languageSelector.contains(event.target) && !dropdown.contains(event.target)) { dropdown.style.display = 'none'; } }); } });