Alagent

For 1688 purchasing

Was ist Alagent?

Alagent ist eine Chrome-Erweiterung, die von alagent-publisher entwickelt wurde, und ihr Hauptmerkmal ist "For 1688 purchasing".

Erweiterungsscreenshots

screenshot

Alagent-Erweiterungs-CRX-Datei herunterladen

Laden Sie Alagent-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

                        支持从1688.com方便地进行代购,省钱、便捷,并将货品送达您的手上。

ในขณะที่ท่านกำลังเลือกสินค้าผ่าน Website 1688.com , ท่านสามารถเพิ่มสินค้าเข้าตระกร้าสินค้า Alagent ได้ทันที!

After  installing this extension,  you can access it on 1688.com product page, then you can buy products from 1688.com convinently with local language [Thai language]、local currency [Thai Baht]. And we will deliver the products to your local address.                    

Grundlegende Informationen zur Erweiterung

Name Alagent Alagent
ID nnfbheekpnenligdnaaemojoglpdjpii
Offizielle URL https://chromewebstore.google.com/detail/alagent/nnfbheekpnenligdnaaemojoglpdjpii
Beschreibung For 1688 purchasing
Dateigröße 469 KB
Installationsanzahl 277
Aktuelle Version 1.0.4
Letztes Update 2022-02-22
Veröffentlichungsdatum 2021-12-18
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler alagent-publisher
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://allinone88.com/
Hilfeseite URL https://allinone88.com/apps/static?spm=a1znfe.20194393.navigation.5.411d2991N3Y33K&pageId=6
URL der Datenschutzrichtlinien-Seite https://allinone88.com/privacy-policy.html
Unterstützte Sprachen th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.4",
    "short_name": "Alagent",
    "name": "Alagent",
    "description": "For 1688 purchasing",
    "browser_action": {
        "default_title": "CRE",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.alagent.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "static\/css\/contentScript.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.alagent.com\/*"
        ]
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}