Ali2BD Assistant
Shop your items from AliExpress to Bangladesh with Ali2BD.
什麼是Ali2BD Assistant?
Ali2BD Assistant是由https://ali2bd.com開發的Chrome擴展程式,該擴展的主要功能是“Shop your items from AliExpress to Bangladesh with Ali2BD.”。
擴展截圖
下載Ali2BD Assistant擴展crx文件
下載Ali2BD Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this extension you will get full details of any products from supported shops and order any item just in a few clicks. 擴展基本資訊
| 名稱 | |
| ID | dofdegbkoofphbahlonbaadkkglkhmfd |
| 官方網址 | https://chromewebstore.google.com/detail/ali2bd-assistant/dofdegbkoofphbahlonbaadkkglkhmfd |
| 簡介 | Shop your items from AliExpress to Bangladesh with Ali2BD. |
| 檔案大小 | 58.59 KB |
| 安裝次數 | 4,150 |
| 目前版本 | 2.0.8 |
| 更新時間 | 2024-01-30 |
| 上架時間 | 2020-03-27 |
| 評分 | 4.37/5 共 43 次評分 |
| 開發者 | https://ali2bd.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://ali2bd.com/ |
| 說明頁面URL | https://help.ali2bd.com/ |
| 隱私政策頁面URL | https://ali2bd.com/pages/privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Ali2BD Assistant",
"description": "Shop your items from AliExpress to Bangladesh with Ali2BD.",
"version": "2.0.8",
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.aliexpress.com\/*",
"https:\/\/ali2bd.com\/*"
],
"run_at": "document_end",
"js": [
"js\/commonContentScript.js",
"js\/contentScripts.js"
]
},
{
"matches": [
"https:\/\/*.amazon.com\/*",
"https:\/\/ali2bd.com\/*"
],
"run_at": "document_end",
"js": [
"js\/commonContentScript.js",
"js\/amazonContentScript.js"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"providers\/*",
"https:\/\/edge.ali2bd.com\/*",
"ali2bd\/assets\/logo\/*"
],
"matches": [
"*:\/\/*.aliexpress.com\/*"
]
},
{
"resources": [
"providers\/amazon\/*",
"https:\/\/edge.ali2bd.com\/*",
"ali2bd\/assets\/logo\/*"
],
"matches": [
"*:\/\/*.amazon.com\/*"
]
}
],
"host_permissions": [
"https:\/\/*.amazon.com\/*",
"https:\/\/*.aliexpress.com\/*",
"https:\/\/ali2bd.com\/*",
"https:\/\/edge.ali2bd.com\/*"
]
} | |