Salesngine chrome

Save money while shopping

What is Salesngine chrome?

Salesngine chrome is a Chrome extension developed by https://salesngine.com, and its main feature is "Save money while shopping".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Salesngine chrome Extension CRX File

Download Salesngine chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Helps online shoppers receive price drop alerts, reward deals and coupons from their favorite online stores and brands. 

Currently works on 

* Amazon
* Alibaba
* Jumia
* Asos
* Farfetch
* H&M


More stores coming soon                    

Extension Basic Information

Name Salesngine chrome Salesngine chrome
ID nhaeliobpoigmplbedpaanefipaohjoo
Official URL https://chromewebstore.google.com/detail/salesngine-chrome/nhaeliobpoigmplbedpaanefipaohjoo
Description Save money while shopping
File Size 560 KB
Installation Count 31
Current Version 0.047
Last Updated 2023-10-07
Publish Date 2022-06-05
Rating 5.00/5 Total 1 Ratings
Developer https://salesngine.com
Email [email protected]
Payment Type free
Extension Website https://salesngine.com
Help Page URL https://salesngine.com/page-contact/
Privacy Policy Page URL http://salesngine.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Salesngine chrome",
    "description": "Save money while shopping",
    "version": "0.047",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.jumia.com.ng\/*",
        "https:\/\/www.asos.com\/*",
        "https:\/\/www2.hm.com\/*",
        "https:\/\/wwww.amazon.com\/*",
        "https:\/\/wwww.farfetch.com\/*"
    ],
    "icons": {
        "16": "salesngine.png",
        "48": "salesngine.png",
        "128": "salesngine.png"
    }
}