AliOffers - Auto AliExpress Seller Coupons

Best AliExpress Discount Tools to Get Daily coupons from sellers.

AliOffers - Auto AliExpress Seller Coupons क्या है?

AliOffers - Auto AliExpress Seller Coupons Saxsos Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Best AliExpress Discount Tools to Get Daily coupons from sellers."।

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

screenshot
screenshot

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

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

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

                        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.                    

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

नाम AliOffers - Auto AliExpress Seller Coupons AliOffers - Auto AliExpress Seller Coupons
ID bijgdeljbncbhjhmeggalceckjkbldml
आधिकारिक URL https://chrome.google.com/webstore/detail/alioffers-auto-aliexpress/bijgdeljbncbhjhmeggalceckjkbldml
विवरण Best AliExpress Discount Tools to Get Daily coupons from sellers.
फ़ाइल का आकार 1.47 MB
स्थापना संख्या 90
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2020-02-03
प्रकाशन तिथि 2020-01-29
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Saxsos Inc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.saxsos.xyz/
सहायता पृष्ठ URL https://www.saxsos.xyz/p/contact-us.html
गोपनीयता नीति पृष्ठ URL https://leadstal.com/privacy-policy
समर्थित भाषाएँ 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"
    ]
}