Alagent

For 1688 purchasing

Alagent란 무엇입니까?

Alagent은(는) alagent-publisher에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For 1688 purchasing"입니다.

확장 프로그램 스크린샷

screenshot

Alagent 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        支持从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.                    

확장 프로그램 기본 정보

이름 Alagent Alagent
ID nnfbheekpnenligdnaaemojoglpdjpii
공식 URL https://chromewebstore.google.com/detail/alagent/nnfbheekpnenligdnaaemojoglpdjpii
설명 For 1688 purchasing
파일 크기 469 KB
설치 횟수 277
현재 버전 1.0.4
최근 업데이트 2022-02-22
출시 날짜 2021-12-18
평점 5.00/5 총 6 개의 평점
개발자 alagent-publisher
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://allinone88.com/
도움말 페이지 URL https://allinone88.com/apps/static?spm=a1znfe.20194393.navigation.5.411d2991N3Y33K&pageId=6
개인정보 보호 정책 페이지 URL https://allinone88.com/privacy-policy.html
지원되는 언어 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'"
}