SNProJobs.com — Help Center

Hi there!

How can we help you today?

snpro-jobsync is a feature within the ServiceNow platform that helps synchronize job-related data between different systems. It automates the process of transferring job information, ensuring that updates and changes are reflected accurately across platforms. This functionality streamlines workflows and enhances efficiency by minimizing manual data entry and reducing the risk of errors.

ServiceNow Job Sync Worker

To get started with snpro-jobsync, first create your account or sign in if you already have one. Once you're logged in, follow the on-screen setup guide to configure your preferences. After that, you can explore the main features directly from the dashboard to make the most of the application.

snpro-jobsync is built with Vite, React, Tailwind CSS, Supabase, Stripe. The primary language is typescript using the vite framework. Package management is handled by npm.

To reset your password for snpro-jobsync, go to the login page and click on the "Forgot password" or "Reset password" link. You will receive an email with instructions on how to create a new password. If you don't see the email in your inbox, please check your spam folder.

1. Clone the repository 2. Install dependencies: `npm install` 3. Set up your environment variables (copy `.env.example` to `.env.local`) 4. Start the dev server: `npm run dev`

To contact support for snpro-jobsync, look for the "Contact" or "Support" option within the app. You can also visit the help center to find answers to common questions. Typically, the support team responds within 24 hours on business days.

The project uses 10 environment variables (4 public, 6 secret): - `VITE_GA_MEASUREMENT_ID` — Google Analytics *(client-safe)* - `VITE_SUPABASE_ANON_KEY` *(client-safe)* *(has default)* - `VITE_SUPABASE_KEY` *(client-safe)* *(has default)* - `VITE_SUPABASE_URL` — Supabase Client-Side Configuration (VITE_ prefix exposes to browser) *(client-safe)* *(has default)* - `STRIPE_PRICE_ANNUAL_UNLIMITED` *(has default)* - `STRIPE_PRICE_FOUNDING_MEMBER` *(has default)* - `STRIPE_PRICE_SINGLE_INTRO` *(has default)* - `SUPABASE_ANON_KEY` - `SUPABASE_KEY` *(has default)* - `SUPABASE_URL` — Supabase Configuration *(has default)* Copy `.env.example` to `.env.local` and fill in your values.

To cancel your subscription, navigate to your account or billing settings within the app. Look for the "Cancel" or "Manage subscription" option. Please note that your access will continue until the end of your current billing period.

Key dependencies by category: **Database:** @supabase/supabase-js **Framework:** express, react **Ui:** lucide-react **Email:** resend **Payment:** stripe