Alibo.vn - Taobao Pinduoduo 1688's Commission

Alibo.vn - Taobao's commission, Pinduoduo's commission, 1688's commission, Tmall's commission

Vad är Alibo.vn - Taobao Pinduoduo 1688's Commission?

Alibo.vn - Taobao Pinduoduo 1688's Commission är en Chrome-tillägg utvecklad av https://alibo.vn, och dess huvudfunktion är "Alibo.vn - Taobao's commission, Pinduoduo's commission, 1688's commission, Tmall's commission".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Alibo.vn - Taobao Pinduoduo 1688's Commission-förlängningens CRX-fil

Ladda ner Alibo.vn - Taobao Pinduoduo 1688's Commission-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

                        Alibo is a system to help withdraw and receive Taobao's commission, Pinduoduo's commission, 1688's commission, Tmall's commission, ... anytime, anywhere, simply and conveniently. Commissions, attractive commissions when referring friends to join. Alibo also updates the hottest products Taobao hottest products 1688, best selling products Taobao 1688, top trending Taobao 1688 products on Tiktok (Douyin), top hottest products on livestream.

Alibo tool is a tool to help Alibo customers receive Taobao, 1688, Tmall, Pinduoduo commission... from millions of items when you buy at Taobao, 1688, Tmall,...

By displaying additional product information, tools to help customers' shopping, Alibo members become easier and more comfortable with just a few clicks.
Moreover, Alibo's management and commission tool is designed by leading engineers, meticulous, optimized to each operation, providing the best shopping and user experience for users and members of Alibo.
Best of all, alibo's tool offers withdrawals, wallet balance checks,... anytime, anywhere.

Thank you for choosing to use and become a member of the Alibo community. We are committed to constantly developing products and services to bring the best experience and profit to our customers!                    

Grundläggande Information om Tillägg

Namn Alibo.vn - Taobao Pinduoduo 1688's Commission Alibo.vn - Taobao Pinduoduo 1688's Commission
ID janjmdnlopjaoegkoafgmpjlciifdngo
Officiell webbadress https://chromewebstore.google.com/detail/alibovn-taobao-pinduoduo/janjmdnlopjaoegkoafgmpjlciifdngo
Beskrivning Alibo.vn - Taobao's commission, Pinduoduo's commission, 1688's commission, Tmall's commission
Filstorlek 1.33 MB
Antal Installationer 3,473
Aktuell Version 1.2.16
Senast Uppdaterad 2024-01-21
Publiceringsdatum 2020-06-21
Betyg 5.00/5 Totalt 46 Betyg
Utvecklare https://alibo.vn
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://alibo.vn/
Hjälpsida URL https://alibo.vn/
URL till Sekretesspolicy Sidan https://alibo.vn/privacy_policy
Stödda Språk en,vi,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_manifestName__",
    "description": "__MSG_manifestDesc__",
    "version": "1.2.16",
    "icons": {
        "16": "assets\/images\/logo_alibo16.png",
        "48": "assets\/images\/logo_alibo48.png",
        "128": "assets\/images\/logo_alibo128.png"
    },
    "action": {
        "icons": {
            "16": "assets\/images\/logo_alibo16.png",
            "48": "assets\/images\/logo_alibo48.png",
            "128": "assets\/images\/logo_alibo128.png"
        },
        "default_title": "__MSG_manifestDefaultTitle__",
        "default_popup": "assets\/popup\/popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/alibo.vn\/*"
        ]
    },
    "background": {
        "service_worker": "assets\/popup\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.taobao.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*",
                "https:\/\/*.1688.com\/*"
            ],
            "js": [
                "assets\/vendors\/jquery\/jquery-3.3.1.min.js",
                "assets\/vendors\/numeral\/numeral.min.js",
                "assets\/vendors\/js-base64\/base64.min.js",
                "assets\/js\/common.js",
                "assets\/js\/taobao.js",
                "assets\/js\/cart_taobao.js",
                "assets\/js\/cart_1688.js",
                "assets\/js\/tmall.js",
                "assets\/js\/1688.js",
                "assets\/js\/main.js"
            ],
            "css": [
                "assets\/css\/style.css"
            ]
        }
    ],
    "author": "__MSG_manifestAuthor__",
    "short_name": "__MSG_manifestShortName__",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*.png",
                "assets\/popup\/images\/*.png"
            ],
            "matches": [
                "https:\/\/*.taobao.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*",
                "https:\/\/*.1688.com\/*"
            ]
        }
    ],
    "default_locale": "en"
}