AliOffers - Auto AliExpress Seller Coupons

Best AliExpress Discount Tools to Get Daily coupons from sellers.

Was ist AliOffers - Auto AliExpress Seller Coupons?

AliOffers - Auto AliExpress Seller Coupons ist eine Chrome-Erweiterung, die von Saxsos Inc entwickelt wurde, und ihr Hauptmerkmal ist "Best AliExpress Discount Tools to Get Daily coupons from sellers.".

Erweiterungsscreenshots

screenshot
screenshot

AliOffers - Auto AliExpress Seller Coupons-Erweiterungs-CRX-Datei herunterladen

Laden Sie AliOffers - Auto AliExpress Seller Coupons-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The AliOffers Chrome extension is one of the best shopping extension for Aliexpress users that find offers on AliExpress in automatically.
It will search for available coupons and discounts offered by AliExpress sellers whilst you are browsing the store. Just install the extension and on every product page it will automatically start searching for the best coupons and discounts available.                    

Grundlegende Informationen zur Erweiterung

Name AliOffers - Auto AliExpress Seller Coupons AliOffers - Auto AliExpress Seller Coupons
ID bijgdeljbncbhjhmeggalceckjkbldml
Offizielle URL https://chrome.google.com/webstore/detail/alioffers-auto-aliexpress/bijgdeljbncbhjhmeggalceckjkbldml
Beschreibung Best AliExpress Discount Tools to Get Daily coupons from sellers.
Dateigröße 1.47 MB
Installationsanzahl 90
Aktuelle Version 1.3.2
Letztes Update 2020-02-03
Veröffentlichungsdatum 2020-01-29
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Saxsos Inc
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.saxsos.xyz/
Hilfeseite URL https://www.saxsos.xyz/p/contact-us.html
URL der Datenschutzrichtlinien-Seite https://leadstal.com/privacy-policy
Unterstützte Sprachen en,fr,es,it,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AliOffers - Auto AliExpress Seller Coupons",
    "description": "Best AliExpress Discount Tools to Get Daily coupons from sellers.",
    "version": "1.3.2",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/[email protected]",
            "32": "images\/[email protected]",
            "48": "images\/128x128.png",
            "128": "images\/128x128.png",
            "256": "images\/256x256.png"
        }
    },
    "icons": {
        "16": "images\/[email protected]",
        "48": "images\/128x128.png",
        "128": "images\/128x128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript_curated_pages.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/*.aliexpress.com\/*",
        "management",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ]
}