Salesngine chrome

Save money while shopping

Vad är Salesngine chrome?

Salesngine chrome är en Chrome-tillägg utvecklad av https://salesngine.com, och dess huvudfunktion är "Save money while shopping".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Salesngine chrome-förlängningens CRX-fil

Ladda ner Salesngine chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Salesngine chrome Salesngine chrome
ID nhaeliobpoigmplbedpaanefipaohjoo
Officiell webbadress https://chromewebstore.google.com/detail/salesngine-chrome/nhaeliobpoigmplbedpaanefipaohjoo
Beskrivning Save money while shopping
Filstorlek 560 KB
Antal Installationer 31
Aktuell Version 0.047
Senast Uppdaterad 2023-10-07
Publiceringsdatum 2022-06-05
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://salesngine.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://salesngine.com
Hjälpsida URL https://salesngine.com/page-contact/
URL till Sekretesspolicy Sidan http://salesngine.com/privacy-policy
Stödda Språk 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"
    }
}