Xexec Discounts

Never miss a deal or discount on your favourite brands!

Xexec Discounts क्या है?

Xexec Discounts Xexec द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Never miss a deal or discount on your favourite brands!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Xexec Discounts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        With one click, Xexec’s chrome assistant will automatically present a relevant deal of up to 60% off, straight from the portal. 

As an EXISTING Xexec portal user, supercharge your saving in five easy steps: 
 
1.	Install the brand new Xexec 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 an X 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 ‘X’ icon, paste the ‘Login code’ into the generated box and click activate
 
Whilst browsing your favourite online retailers, look out for the yellow “X” 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 Xexec offers related to the URL you are browsing, the offer will be delivered as a pop up via the extension.                    

एक्सटेंशन की मूल जानकारी

नाम Xexec Discounts Xexec Discounts
ID dnoenhpdfbihaeapghcllclcodmdihng
आधिकारिक URL https://chromewebstore.google.com/detail/xexec-discounts/dnoenhpdfbihaeapghcllclcodmdihng
विवरण Never miss a deal or discount on your favourite brands!
फ़ाइल का आकार 2.01 MB
स्थापना संख्या 2,479
वर्तमान संस्करण 2.4
अंतिम अपडेट 2021-03-16
प्रकाशन तिथि 2020-06-18
रेटिंग 4.50/5 कुल 6 रेटिंग्स
डेवलपर Xexec
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.xexec.com/privacy-cookies
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Xexec Discounts",
    "short_name": "Xexec",
    "description": "Never miss a deal or discount on your favourite brands!",
    "version": "2.4",
    "browser_action": {
        "default_icon": "img\/XGrey128.png",
        "default_title": "Xexec Discounts",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/XGrey16.png",
        "48": "img\/XGrey48.png",
        "128": "img\/XGrey128.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\/offersavailable.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/js\/*",
        "assets\/fonts\/*"
    ]
}