jabil.perkspot.com Open in urlscan Pro
2620:1ec:46::45  Public Scan

Submitted URL: https://sailthru.perkspot.com/click/61fb0036a21964018c525c6f/aHR0cHM6Ly9lbWFpbC5wZXJrc3BvdC5jb20vZS92My9jbGljay9tZXJjaGFudC84N...
Effective URL: https://jabil.perkspot.com/merchant/868/none?utm_medium=email&utm_id=welcome
Submission: On February 04 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form class="widget-search-box form-group" id="form-zip-code-prompt">
  <div class="perkmodal-header">
    <h3>Enter Your Postal Codes</h3>
    <p>Find discounts near you by entering your <em>Home</em> and <em>Work</em> postal codes.</p>
  </div>
  <div class="perkmodal-content">
    <div class="perkmodal-body">
      <div id="locationDomestic" class="row" style="">
        <div class="col-xs-12">
          <div class="form-group" id="form-home-zip-code">
            <label for="prompt-home-zip-code">Home Postal Code</label>
            <input id="prompt-work-zip-code" class="form-control" data-bind="value: homePostalCode" required="" data-parsley-length="[1,5]" data-parsley-pattern="^[0-9]{5}?$" data-parsley-required-message="5-digit postal code is required."
              data-parsley-pattern-message="Please input a valid 5-digit postal code." type="text">
          </div>
          <div class="form-group" id="form-work-zip-code">
            <label for="prompt-work-zip-code">Work Postal Code</label>
            <input id="prompt-work-zip-code" class="form-control" data-bind="value: workPostalCode" required="" data-parsley-length="[1,5]" data-parsley-pattern="^[0-9]{5}?$" data-parsley-required-message="5-digit postal code is required."
              data-parsley-pattern-message="Please input a valid 5-digit postal code." type="text">
          </div>
        </div>
      </div>
    </div>
    <div class="perkmodal-footer">
      <div class="update-zip-codes-btn">
        <button id="update-zip-codes-button" class="button btn-block size-lg ladda-button" data-bind="click: updateZipCodes">
          <span class="ladda-label">Find Perks!</span>
        </button>
      </div>
    </div>
  </div>
</form>

<form id="offer-feedback-form">
  <ul class="report-offer-options" data-bind="visible: (!isOptionSelected()), foreach: offerFeedbackModalOptions()">
    <li>
      <div data-bind="click: function(data, event) { perkspot.perxui.populateOfferFeedback($data, offerFeedbackTypeId) }">
        <input data-bind="attr: { accesskey: offerFeedbackTypeId, id: htmlId }" type="radio" name="report-offer-radio" tabindex="-1" accesskey="1" id="issue-link-broken">
        <label data-bind="attr: { for: htmlId }" tabindex="0" for="issue-link-broken"><span data-bind="text: title">Offer link is broken</span></label>
      </div>
    </li>
    <li>
      <div data-bind="click: function(data, event) { perkspot.perxui.populateOfferFeedback($data, offerFeedbackTypeId) }">
        <input data-bind="attr: { accesskey: offerFeedbackTypeId, id: htmlId }" type="radio" name="report-offer-radio" tabindex="-1" accesskey="2" id="issue-doesnt-work">
        <label data-bind="attr: { for: htmlId }" tabindex="0" for="issue-doesnt-work"><span data-bind="text: title">No discount is applied at checkout</span></label>
      </div>
    </li>
    <li>
      <div data-bind="click: function(data, event) { perkspot.perxui.populateOfferFeedback($data, offerFeedbackTypeId) }">
        <input data-bind="attr: { accesskey: offerFeedbackTypeId, id: htmlId }" type="radio" name="report-offer-radio" tabindex="-1" accesskey="3" id="issue-redeeming">
        <label data-bind="attr: { for: htmlId }" tabindex="0" for="issue-redeeming"><span data-bind="text: title">I am experiencing issues with redeeming a discount</span></label>
      </div>
    </li>
    <li>
      <div data-bind="click: function(data, event) { perkspot.perxui.populateOfferFeedback($data, offerFeedbackTypeId) }">
        <input data-bind="attr: { accesskey: offerFeedbackTypeId, id: htmlId }" type="radio" name="report-offer-radio" tabindex="-1" accesskey="4" id="issue-better-discount-elsewhere">
        <label data-bind="attr: { for: htmlId }" tabindex="0" for="issue-better-discount-elsewhere"><span data-bind="text: title">I found a better discount elsewhere</span></label>
      </div>
    </li>
    <li>
      <div data-bind="click: function(data, event) { perkspot.perxui.populateOfferFeedback($data, offerFeedbackTypeId) }">
        <input data-bind="attr: { accesskey: offerFeedbackTypeId, id: htmlId }" type="radio" name="report-offer-radio" tabindex="-1" accesskey="5" id="issue-other">
        <label data-bind="attr: { for: htmlId }" tabindex="0" for="issue-other"><span data-bind="text: title">Other</span></label>
      </div>
    </li>
  </ul>
  <div class="my-feedback-selection">
    <div data-bind="visible: isOptionSelected()" style="display: none;">
      <h4>My Feedback: </h4>
      <span data-bind="text: offerFeedbackModalTitle()"></span>
    </div>
  </div>
  <div class="my-feedback-selection-text">
    <h4 data-bind="text: offerFeedbackModalInfoText"></h4>
    <i data-bind="if: isOfferFeedbackModalTextRequired" class="required"></i>
  </div>
  <textarea id="additionalinfo" class="form-control" data-bind="visible: isOptionSelected, attr: { placeholder: offerFeedbackModalPlaceholderText }, event: { keyup: offerFeedbackModalKeyup }" style="display: none;"></textarea>
</form>

<form id="send-referral" class="send-referral">
  <div class="referral-form-head">
    <h3>Refer a Friend</h3>
  </div>
  <div class="form-group">
    <label for="select-referral-type">Who are You Referring?</label>
    <select id="select-referral-type" class="form-control" data-parsley-required="">
      <option value="">Select an option:</option>
      <option id="coworker" value="1">Coworker</option>
      <option id="friend" value="2">Friend</option>
      <option id="family" value="3">Family</option>
    </select>
    <div class="input-container">
      <label for="referral-email">Enter Email Address</label>
      <input id="send-referral-email" class="form-control" type="text" placeholder="example@example.com" data-parsley-type="email" data-parsley-error-message="Please enter a valid email." data-parsley-required="">
    </div>
    <button id="send-referral-button" class="button">Send Referral</button>
  </div>
</form>

Text Content

YOUR BROWSER IS OUT OF DATE

We recommend you switch to the lastest version of your browser for the best
viewing experience: Chrome - Firefox - Internet Explorer

Skip to Main Content
Go Back Home
 * Search
   

Welcome, nicky_chew@jabil.com

 * My Orders
 * Suggest a Business
 * My Interests

 * 0 Points
 * 
 * My Account

 * Search
   

 * Home
 * Categories

Hi,

 * 0 Points
 * 
 * My Account

 * Quick
   Links:
 * Quick Links
 * New Perks
 * Perks Near You
 * Travel Discount Center
 * Movie Tickets
 * COVID-19 Resource Center
 * Valentine's Day Gift Guide
 * Grocery
 * Brands

Back to My Cart
 * Home
 * Quick Links
 * Categories

 * New Perks
 * Perks Near You
 * Travel Discount Center
 * Movie Tickets
 * COVID-19 Resource Center
 * Valentine's Day Gift Guide
 * Grocery
 * Brands

CATEGORIES VISIT THE CATEGORIES PAGE

 * Apparel

 * Auto Buying

 * Automotive

 * Beauty & Fragrance

 * Books, Movies & Music

 * Business Perks

 * Cell Phones

 * Education

 * Electronics

 * Financial Wellness

 * Flowers & Gifts

 * Food

 * Health & Wellness

 * Hobbies & Creative Arts

 * Home & Garden

 * Home Services

 * Insurance & Protection Services

 * Jewelry & Watches

 * Movie Tickets

 * Office & Business

 * Outdoors & Recreation

 * Pets

 * Real Estate & Moving Services

 * Tickets & Attractions

 * Toys, Kids & Babies

 * Travel


OFFERS FROM APPLE EMPLOYEE PURCHASE PROGRAM




EXCLUSIVE SAVINGS ON THE APPLE IPAD, IPHONE, AND MACS! PLUS, FREE SHIPPING ON
EVERYTHING!


Shop Now
Offer Feedback


EXCLUSIVE SAVINGS ON THE APPLE IPAD, IPHONE, AND MACS! PLUS, FREE SHIPPING ON
EVERYTHING!




 * DETAILS AND SPECIAL INSTRUCTIONS:
   
   Discounted pricing as shown. The discount is included in the price listed on
   your EPP online store. Employees can purchase or sponsor up to 3 computer
   systems, 3 iPad, 3 iPhone, 3 Watches and 10 iPod devices per calendar year,
   as well as software and peripherals. Please identify yourself as an eligible
   participant purchasing from the Apple Employee Purchase Program, and remember
   to request your EPP preferred pricing when calling Apple. Apple's newest
   products may or may not be discounted in the period following their initial
   launch window. [Read more]


 * OFFER RESTRICTIONS AND OTHER NOTICES:
   
   Some restrictions may apply.

Offer Feedback


ABOUT APPLE EMPLOYEE PURCHASE PROGRAM

Apple brings you a special program. You qualify for preferred pricing on the
latest Apple products and accessories.

Apple Employee Purchase Program benefits:

- Special employee pricing on Apple and third-party products
- Exclusive promotions
- Free shipping on all orders
- Free engraving on new iPod and iPad models
- Mac Customization
- Ratings and reviews on accessories and software
[Read more]


ENTER YOUR POSTAL CODES

Find discounts near you by entering your Home and Work postal codes.

Home Postal Code
Work Postal Code
Find Perks!
×

GET REWARDED FOR EVERYDAY PURCHASES!

 * Step 1: Make a Qualifying Purchase
   
   
   We have a select number of offers where you can earn Reward Points upon
   purchase. Look for the "Reward Included" badge to identify those offers.

 * Step 2: Earn Reward Points
   
   
   1 Reward Point = $0. Reward Points will be added to your account within 60
   days of your purchase.

 * Step 3: Redeem Reward Points
   
   
   You'll have access to more than 150 gift cards to spend your Reward Points on
   for maximum flexibility!

Got it!

×





Add to Cart
Or: Cancel and Go Back

Back to Top


PRIVACY POLICY UPDATE

We have recently updated our Privacy Policy. By continuing to use PerkSpot, you
are signifying your acceptance of our revised policy. Be sure to review our
Privacy Policy regularly to ensure that you are aware of any changes. Thanks and
happy savings from all of us here at PerkSpot!


MOST POPULAR CATEGORIES VIEWED BY JABIL EMPLOYEES

 * Tickets & Attractions
 * Electronics
 * Outdoors & Recreation
 * Apparel
 * Travel
 * Automotive
 * Health & Wellness
 * Food

© 2022 PerkSpot.
All rights reserved.
Privacy Policy
End User License Agreement

Help us improve PerkSpot Send Feedback
Have a question? View the FAQ
Sitemap


Sprache
auswählenDeutschAfrikaansAlbanischAmharischArabischArmenischAserbaidschanischBaskischBelarussischBengalischBirmanischBosnischBulgarischCebuanoChichewaChinesisch
(traditionell)Chinesisch
(vereinfacht)DänischEsperantoEstnischFilipinoFinnischFranzösischFriesischGalizischGeorgischGriechischGujaratiHaitianischHausaHawaiischHebräischHindiHmongIgboIndonesischIrischIsländischItalienischJapanischJavanischJiddischKannadaKasachischKatalanischKhmerKinyarwandaKirgisischKoreanischKorsischKroatischKurdisch
(Kurmandschi)LaoLateinischLettischLitauischLuxemburgischMalagasyMalayalamMalaysischMaltesischMaoriMarathiMazedonischMongolischNepalesischNiederländischNorwegischOdia
(Oriya)PaschtuPersischPolnischPortugiesischPunjabiRumänischRussischSamoanischSchottisch-GälischSchwedischSerbischSesothoShonaSindhiSinghalesischSlowakischSlowenischSomaliSpanischSuaheliSundanesischTadschikischTamilTatarischTeluguThailändischTschechischTürkischTurkmenischUigurischUkrainischUngarischUrduUsbekischVietnamesischWalisischXhosaYorubaZulu
Powered by Google Übersetzer


TERMS OF USE

By clicking Accept, I certify that I have read and understand the Terms of Use
and that I expressly accept all terms, conditions, obligations, affirmations,
representations, and warranties described in it and agree to be bound by them.

View Terms of Use
I Accept

English is not supported on the Travel Discount Center. Click here to view the
site in English.

CONFIRM DEACTIVATION

Are you sure? Your account will be deactivated from the site and permanently
deleted.

Deactivate My Account

Cancel

×

CHANGE COMMUNITY

Please select your community from this list. If you have an account in a
community not listed here contact customer service.

 * 

×

ADMIN OPTIONS


Back
Search
Back

MY CATEGORIES

 * Apparel

 * Auto Buying

 * Automotive

 * Beauty & Fragrance

 * Books, Movies & Music

 * Business Perks

 * Cell Phones

 * Education

 * Electronics

 * Financial Wellness

 * Flowers & Gifts

 * Food

 * Health & Wellness

 * Hobbies & Creative Arts

 * Home & Garden

 * Home Services

 * Insurance & Protection Services

 * Jewelry & Watches

 * Movie Tickets

 * Office & Business

 * Outdoors & Recreation

 * Pets

 * Real Estate & Moving Services

 * Tickets & Attractions

 * Toys, Kids & Babies

 * Travel

Back

MY ACCOUNT

 * My Orders
 * My Cart (0)
 * My Interests

MORE OPTIONS

 * Suggest a Business
 * Help
 * Frequently Asked Questions
 * Contact Us
 * Account Options
 * Logout

×

WELCOME,

nicky_chew@jabil.com

 * My Orders
 * My Cart (0)
 * My Interests

 * Suggest a Business
 * Help
 * Frequently Asked Questions
 * Contact Us
 * My Account
 * Logout

×

REPORT AN ISSUE WITH THIS DISCOUNT:

 * Offer link is broken
 * No discount is applied at checkout
 * I am experiencing issues with redeeming a discount
 * I found a better discount elsewhere
 * Other

MY FEEDBACK:



Cancel Back Submit
×

THANK YOU!

Your feedback has been shared with Customer Service.

Close
×

ABOUT YOUR DISCOUNT PROGRAM

Your company has partnered with PerkSpot to bring you great exclusive deals from
your favorite brands! Here's a quick intro to some of the features available to
you.


MY FEED

The "My Feed" section is where you'll find announcements and community
exclusives, plus listings of the most popular offers and categories for your
community!


QUICK LINKS

The "Quick Links" tab is where you'll find some of the most useful features on
your discount program.


CATEGORIES

Open the categories menu to see more.

--------------------------------------------------------------------------------

WHAT IS PERKSPOT?

PerkSpot is a discounts provider based in Chicago, Il. We have teams of
professionals who spend day and night finding the best discounts possible.

Have any questions? Drop PerkSpot's customer service a line and we'll help you
out!

Got it!
×

SUPPORT YOUR FAMILY AND FRIENDS WITH PERKSPOT SAVINGS

Amidst the COVID-19 pandemic, PerkSpot has launched a referral program to help
your loved ones save on the essentials as well.


REFER A FRIEND

Who are You Referring? Select an option: Coworker Friend Family
Enter Email Address
Send Referral

ADDITIONAL DETAILS

 * With a referral code, your friends and family members will be able to access
   a number of discounts via their own portal. This will be a different portal
   than the one you have access to through your employer. If you are referring a
   coworker, point them to the URL of your company discount portal and encourage
   them to create an account.

 * Your friends and family members will not have access to all the discounts you
   can find on your portal. However, we have secured several of the same
   discounts through agreements with participating merchants that we believe
   will be beneficial at this time. Your friends and family will be able to
   access their own Discount Portal for 90 days, subject to change.

 * Now more than ever, we want to help you, and now your loved ones, save money
   where it counts. Your Jabil Discount Portal has hundreds of discounts in over
   25 categories, so don’t forget to browse through the offers available to you
   to find great savings on the essentials, like grocery store items,
   entertainment for the kids, the latest technology, and more.

Maybe Later
Send Referral Thank You
×

THANK YOU!

If the person you referred does not receive a link within 30 minutes of the
initial referral, please check that the correct email was entered. If they are
unable to find the email, please have them check their spam and/or junk mail
folder.

Close
×

slide 1 of 4


YOUR ONE-STOP-SHOP FOR SAVINGS

Your PerkSpot Discount Program offers thousands of discounts in more than 25
different categories, meaning there are great savings available for everyone!


HOW CAN I SAVE?

Be sure to return regularly to your Jabil Discount Program to check out the
newest perks, seasonal savings, and more for your everyday purchases.


DISCOUNTS JUST FOR YOU

Save time and money by choosing your interests so we can deliver the most
relevant discounts, picked just for you.

To view this video please enable JavaScript, and consider upgrading to a web
browser that supports HTML5 video



Video Player is loading.
Play Video
Play
Mute

Current Time 0:00
/
Duration 0:00
Loaded: 0%


Stream Type LIVE
Seek to live, currently behind liveLIVE
Remaining Time -0:00
 
1x
Playback Rate

Chapters
 * Chapters

Descriptions
 * descriptions off, selected

Captions
 * captions settings, opens captions settings dialog
 * captions off, selected

Audio Track

Picture-in-PictureFullscreen

This is a modal window.



Beginning of dialog window. Escape will cancel and close the window.

TextColorWhiteBlackRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentBackgroundColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyOpaqueSemi-TransparentTransparentWindowColorBlackWhiteRedGreenBlueYellowMagentaCyanTransparencyTransparentSemi-TransparentOpaque
Font Size50%75%100%125%150%175%200%300%400%Text Edge
StyleNoneRaisedDepressedUniformDropshadowFont FamilyProportional
Sans-SerifMonospace Sans-SerifProportional SerifMonospace SerifCasualScriptSmall
Caps
Reset restore all settings to the default valuesDone
Close Modal Dialog

End of dialog window.


Previous Next


Next: Select Your Interests
×


PERKS BUILT FOR YOU.

We want to show you stuff you care about. Use the savings finder tool to help us
find discounts that fit you.

Clear Selections

 * Travel

 * Electronics

 * Tickets & Entertainment

 * Cell Phones & Plans

 * Health & Gyms

 * Auto Buying

 * Automotive

 * Food

 * Home & Garden

 * Apparel

 * Insurance & Protection Services

 * Outdoors & Recreation

 * Finance

 * Beauty & Fragrance

 * Books, Movies & Music

 * Business Perks

 * Education

 * Flowers & Gifts

 * Hobbies & Creative Arts

 * Cable & Home Services

 * Jewelry & Watches

 * Office & Business

 * Pets

 * Real Estate & Moving Services

 * Toys, Kids & Babies

Show All
Got it!


DON'T MISS IMPORTANT UPDATES


TOP OFFERS AND UPDATES

Receive updates on exclusive offers, seasonal deals, and your favorite
merchants.

Stay up to Date with Discounts



THE LOOP NEWSLETTER

Your weekly resource for how to excel in the 21st century workplace. Providing
insights into workplace trends, lifestyle practices, and strategies for success.

Subscribe to The Loop

Update My Preferences



ORIGINALTEXT


Bessere Übersetzung vorschlagen

--------------------------------------------------------------------------------