Alagent
For 1688 purchasing
什麼是Alagent?
Alagent是由alagent-publisher開發的Chrome擴展程式,該擴展的主要功能是“For 1688 purchasing”。
擴展截圖
下載Alagent擴展crx文件
下載Alagent擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
支持从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. 擴展基本資訊
| 名稱 | |
| ID | nnfbheekpnenligdnaaemojoglpdjpii |
| 官方網址 | 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'"
} | |