BuyMall Assistant Chrome Extension

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

BuyMall Assistant Chrome Extension란 무엇입니까?

BuyMall Assistant Chrome Extension은(는) https://www.buymall.com.my에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Assist you on adding Ship-For-Me orders easily and earn your cashback with no hassle."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

BuyMall Assistant Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 BuyMall Assistant Chrome Extension BuyMall Assistant Chrome Extension
ID dljhoocgimgpmopfpiiaiekfobkmekof
공식 URL https://chromewebstore.google.com/detail/buymall-assistant-chrome/dljhoocgimgpmopfpiiaiekfobkmekof
설명 Assist you on adding Ship-For-Me orders easily and earn your cashback with no hassle.
파일 크기 164 KB
설치 횟수 2,777
현재 버전 2.3.4
최근 업데이트 2024-02-28
출시 날짜 2020-04-05
평점 3.91/5 총 11 개의 평점
개발자 https://www.buymall.com.my
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.buymall.com.my/site/page/help.how-daiyun-with-extension.html
도움말 페이지 URL https://www.buymall.com.my/site/page/help.contact.html
개인정보 보호 정책 페이지 URL http://www.buymall.com.my/site/page/help.privacy.html
지원되는 언어 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"
}