BuyMall Assistant Chrome Extension

Assist you on adding Ship-For-Me orders easily and earn your cashback with no hassle.

Was ist BuyMall Assistant Chrome Extension?

BuyMall Assistant Chrome Extension ist eine Chrome-Erweiterung, die von https://www.buymall.com.my entwickelt wurde, und ihr Hauptmerkmal ist "Assist you on adding Ship-For-Me orders easily and earn your cashback with no hassle.".

Erweiterungsscreenshots

screenshot
screenshot

BuyMall Assistant Chrome Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie BuyMall Assistant Chrome Extension-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

                        1. You can add Taobao product into Buymall cart from Taobao product page.

2. With one click, this extension will save your Ship-For-Me orders details into your BuyMall account from Taobao order page.

3. This extension will check if the Taobao product is entitled with cashback automatically and assist you to get the cashback with one click.                    

Grundlegende Informationen zur Erweiterung

Name BuyMall Assistant Chrome Extension BuyMall Assistant Chrome Extension
ID dljhoocgimgpmopfpiiaiekfobkmekof
Offizielle URL https://chromewebstore.google.com/detail/buymall-assistant-chrome/dljhoocgimgpmopfpiiaiekfobkmekof
Beschreibung Assist you on adding Ship-For-Me orders easily and earn your cashback with no hassle.
Dateigröße 164 KB
Installationsanzahl 2,777
Aktuelle Version 2.3.4
Letztes Update 2024-02-28
Veröffentlichungsdatum 2020-04-05
Bewertung 3.91/5 Insgesamt 11 Bewertungen
Entwickler https://www.buymall.com.my
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.buymall.com.my/site/page/help.how-daiyun-with-extension.html
Hilfeseite URL https://www.buymall.com.my/site/page/help.contact.html
URL der Datenschutzrichtlinien-Seite http://www.buymall.com.my/site/page/help.privacy.html
Unterstützte Sprachen en-GB
manifest.json
{
    "manifest_version": 3,
    "name": "BuyMall Assistant Chrome Extension",
    "version": "2.3.4",
    "description": "Assist you on adding Ship-For-Me orders easily and earn your cashback with no hassle.",
    "icons": {
        "16": "image\/logo16.png",
        "32": "image\/logo32.png",
        "96": "image\/logo96.png",
        "128": "image\/logo128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/buymall.com.my\/*",
            "*:\/\/www.buymall.com.my\/*"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "csslib\/sweetalert2.min.css",
                "csslib\/bootstrap.min.css",
                "csslib\/taobao_daiyun.css",
                "csslib\/taobao_daigou.css",
                "csslib\/1688_daigou.css",
                "csslib\/1688_daiyun.css",
                "csslib\/custom.css",
                "csslib\/taobao_cart.css"
            ],
            "js": [
                "jslib\/config.js",
                "jslib\/jquery.js",
                "jslib\/sweetalert2.min.js",
                "jslib\/bootstrap.min.js",
                "jslib\/component.js",
                "jslib\/taobao_daiyun.js",
                "jslib\/taobao_daigou.js",
                "jslib\/1688_daigou.js",
                "jslib\/1688_daiyun.js",
                "jslib\/taobao_cart.js"
            ],
            "matches": [
                "*:\/\/buyertrade.taobao.com\/*",
                "*:\/\/world.taobao.com\/*",
                "*:\/\/cart.taobao.com\/*",
                "*:\/\/taobao.com\/*",
                "*:\/\/www.taobao.com\/*",
                "*:\/\/item.taobao.com\/*",
                "*:\/\/world.tmall.com\/*",
                "*:\/\/detail.tmall.com\/*",
                "*:\/\/item.jd.com\/*",
                "*:\/\/product.dangdang.com\/*",
                "*:\/\/detail.1688.com\/*",
                "*:\/\/detail.vip.com\/*",
                "*:\/\/work.1688.com\/*",
                "*:\/\/s.taobao.com\/*",
                "*:\/\/detail.1688.com\/offer\/*",
                "*:\/\/www.1688.com\/*",
                "*:\/\/trade.1688.com\/*",
                "*:\/\/chaoshi.detail.tmall.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/buymall.com.my\/*",
        "https:\/\/www.buymall.com.my\/*",
        "https:\/\/chrome.buymall.com.my\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*.png",
                "\/*.svg",
                "\/*.gif"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}