Staff Treats Employee Discounts & Perks

Never search for a discount code or cashback rate again!

Apa itu Staff Treats Employee Discounts & Perks?

Staff Treats Employee Discounts & Perks adalah ekstensi Chrome yang dikembangkan oleh Xexec, dan fitur utamanya adalah "Never search for a discount code or cashback rate again!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Staff Treats Employee Discounts & Perks

Unduh file ekstensi Staff Treats Employee Discounts & Perks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        The most exclusive employee benefits platform for small & medium-sized businesses. Treat your employees right with 1000+ discounts.

You will need to be a registered user at Staff Treats to use this extension. 

With one click, Staff Treats' chrome assistant will automatically present a relevant deal of up to 60% off, straight from the portal. 

As an EXISTING Staff Treats portal user, supercharge your saving in five easy steps: 
 
1. Install the brand new Staff Treats Chrome Extension via the ‘Add to Chrome’ button at the top of this page
2. Click the ‘Add Extension’ button within the pop up and pin the extension to your browser via the jigsaw icon on the top right hand side of your screen so that the icon appears within the search bar
3. Login to your discounts portal and click login Code (top right corner)
4. Copy the code generated (valid for 60 seconds)
5. Click on the icon, paste the ‘Login code’ into the generated box and click activate
 
Whilst browsing your favourite online retailers, look out for Staff Treats icon to be notified of any deals available to you. Click on your chosen deal and save!
 
Having trouble? Email our support team at [email protected]
 
By using this extension, you agree to the Xexec Terms & Conditions available at https://www.xexec.com/privacy-cookies
 
For more information on how to gain access to these exclusive deals visit https://www.xexec.com
 
Note:
This extension will view your current web address in order to highlight any relevant discounts and promo codes from within the portal. No data is transferred from your device. If there are available Staff Treats offers related to the URL you are browsing, the offer will be delivered as a pop up via the extension.                    

Informasi Dasar Ekstensi

Nama Staff Treats Employee Discounts & Perks Staff Treats Employee Discounts & Perks
ID oobfagpeobllmdidepcligdodokoclae
URL Resmi https://chromewebstore.google.com/detail/staff-treats-employee-dis/oobfagpeobllmdidepcligdodokoclae
Deskripsi Never search for a discount code or cashback rate again!
Ukuran File 2.01 MB
Jumlah Instalasi 156
Versi Saat Ini 2.3
Terakhir Diperbarui 2020-12-01
Tanggal Publikasi 2020-10-30
Pengembang Xexec
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.xexec.com/privacy-cookies
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Staff Treats Employee Discounts & Perks",
    "short_name": "Staff Treats",
    "description": "Never search for a discount code or cashback rate again!",
    "version": "2.3",
    "browser_action": {
        "default_icon": "img\/STGrey128.png",
        "default_title": "Staff Treats",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/STGrey16.png",
        "48": "img\/STGrey48.png",
        "128": "img\/STGrey128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "notifications"
    ],
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/js\/content-script.js"
            ]
        }
    ],
    "options_page": "assets\/js\/stafftreatsavailable.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/js\/*",
        "assets\/fonts\/*"
    ]
}